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-05-28T03:24:26.096Z||main|||||INFO|500||The following profiles are active: basic 2022-05-28T03:24:34.036Z||main|||||INFO|500||Starting service [Tomcat] 2022-05-28T03:24:34.037Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-05-28T03:24:34.133Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-05-28T03:24:37.067Z||main|||||INFO|500||catdb-pool - Starting... 2022-05-28T03:24:37.406Z||main|||||INFO|500||catdb-pool - Start completed. 2022-05-28T03:24:37.753Z||main|||||INFO|500||reqdb-pool - Starting... 2022-05-28T03:24:37.775Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-05-28T03:24:37.846Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-05-28T03:24:38.018Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-05-28T03:24:38.444Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-05-28T03:24:39.918Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-28T03:24:41.458Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-28T03:24:41.496Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-05-28T03:24:41.995Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-28T03:24:42.149Z||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-05-28T03:24:42.732Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-28T03:24:43.443Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-05-28T03:24:43.461Z||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$$30e71889.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-05-28T03:24:43.462Z||main|||||WARN|500||The sdc end point is not alive 2022-05-28T03:24:45.355Z||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-05-28T03:24:47.644Z||main|||||WARN|500||--- 2022-05-28T03:24:47.645Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-05-28T03:24:47.645Z||main|||||WARN|500||--- 2022-05-28T03:24:47.973Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-05-28T03:24:51.901Z||main|||||INFO|500||Started Application in 28.057 seconds (JVM running for 29.657) 2022-05-28T03:24:51.919Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-28T03:24:51.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-28T03:24:51.933Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-28T03:24:51.954Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-28T03:24:51.997Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0384e1c1-7557-43d0-8953-5f07e5d4ceb8 url= /sdc/v1/artifactTypes 2022-05-28T03:24:51.998Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-28T03:24:52.249Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-05-28T03:24:52.271Z||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-05-28T03:24:52.290Z||scheduling-1|||||DEBUG|500||create keys 2022-05-28T03:24:52.297Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-05-28T03:24:52.361Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:24:52.378Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3c30e51f-694c-41ea-9c02-50437931116f url= /sdc/v1/registerForDistribution 2022-05-28T03:24:52.491Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3c30e51f-694c-41ea-9c02-50437931116f url= /sdc/v1/registerForDistribution 2022-05-28T03:24:52.492Z||scheduling-1|||||INFO|500||start DistributionClient 2022-05-28T03:24:52.503Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:24:52.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:24:52.511Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-05-28T03:24:52.512Z||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-05-28T03:24:52.512Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:24:52.513Z||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-05-28T03:24:52.514Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:25:02.862Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:25:02.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:25:52.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:25:52.502Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:25:52.502Z||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-05-28T03:25:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:25:52.503Z||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-05-28T03:25:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:26:02.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:26:02.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:26:52.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:26:52.501Z||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-05-28T03:26:52.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:26:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:26:52.502Z||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-05-28T03:26:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:27:02.062Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:27:02.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:27:52.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:27:52.502Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:27:52.502Z||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-05-28T03:27:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:27:52.503Z||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-05-28T03:27:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:28:02.056Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:28:02.066Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:28:52.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:28:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:28:52.504Z||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-05-28T03:28:52.504Z||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-05-28T03:28:52.504Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:28:52.504Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:29:02.066Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:29:02.063Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:29:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:29:52.501Z||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-05-28T03:29:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:29:52.502Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:29:52.503Z||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-05-28T03:29:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:30:02.062Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:30:02.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:30:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:30:52.501Z||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-05-28T03:30:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:30:52.502Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:30:52.502Z||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-05-28T03:30:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:31:02.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:31:02.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:31:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:31:52.501Z||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-05-28T03:31:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:31:52.502Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:31:52.503Z||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-05-28T03:31:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:32:02.067Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:32:02.069Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:32:52.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:32:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:32:52.504Z||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-05-28T03:32:52.504Z||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-05-28T03:32:52.505Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:32:52.505Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:33:02.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:33:02.093Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:33:52.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:33:52.501Z||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-05-28T03:33:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:33:52.502Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:33:52.502Z||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-05-28T03:33:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:34:02.057Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:34:02.061Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:34:41.580Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-28T03:34:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:34:52.501Z||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-05-28T03:34:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:34:52.502Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:34:52.502Z||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-05-28T03:34:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:35:02.062Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:35:02.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:35:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:35:52.501Z||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-05-28T03:35:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:35:52.502Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:35:52.502Z||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-05-28T03:35:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:36:02.052Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:36:02.056Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:36:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:36:52.500Z||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-05-28T03:36:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:36:52.501Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:36:52.502Z||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-05-28T03:36:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:37:02.095Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:37:02.096Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:37:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:37:52.500Z||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-05-28T03:37:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:37:52.502Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:37:52.503Z||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-05-28T03:37:52.504Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:38:02.049Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:38:02.054Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:38:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:38:52.501Z||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-05-28T03:38:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:38:52.502Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:38:52.503Z||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-05-28T03:38:52.504Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:39:02.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:39:02.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:39:52.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:39:52.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:39:52.503Z||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-05-28T03:39:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:39:52.504Z||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-05-28T03:39:52.504Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:40:02.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:40:02.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:40:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:40:52.501Z||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-05-28T03:40:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:40:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:40:52.503Z||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-05-28T03:40:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:41:02.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:41:02.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:41:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:41:52.500Z||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-05-28T03:41:52.500Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:41:52.502Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:41:52.502Z||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-05-28T03:41:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:42:02.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:42:02.060Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:42:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:42:52.500Z||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-05-28T03:42:52.500Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:42:52.502Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:42:52.503Z||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-05-28T03:42:52.504Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:43:02.100Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:43:02.100Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:43:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:43:52.500Z||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-05-28T03:43:52.500Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:43:52.502Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:43:52.502Z||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-05-28T03:43:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:44:02.046Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:44:02.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:44:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:44:52.501Z||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-05-28T03:44:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:44:52.502Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:44:52.503Z||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-05-28T03:44:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:45:02.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:45:02.051Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:45:52.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:45:52.501Z||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-05-28T03:45:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:45:52.502Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:45:52.502Z||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-05-28T03:45:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:46:02.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:46:02.053Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:46:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:46:52.501Z||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-05-28T03:46:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:46:52.502Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:46:52.503Z||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-05-28T03:46:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:47:02.051Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:47:02.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:47:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:47:52.501Z||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-05-28T03:47:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:47:52.502Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:47:52.503Z||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-05-28T03:47:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:48:02.048Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:48:02.049Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:48:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:48:52.501Z||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-05-28T03:48:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:48:52.502Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:48:52.503Z||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-05-28T03:48:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:49:02.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:49:02.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:49:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:49:52.500Z||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-05-28T03:49:52.500Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:49:52.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:49:52.502Z||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-05-28T03:49:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:50:02.051Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:50:02.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:50:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:50:52.501Z||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-05-28T03:50:52.502Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:50:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:50:52.503Z||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-05-28T03:50:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:51:02.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:51:02.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:51:52.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:51:52.502Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:51:52.503Z||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-05-28T03:51:52.504Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:51:52.503Z||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-05-28T03:51:52.504Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:52:02.065Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:52:02.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:52:52.499Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:52:52.500Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-28T03:52:52.500Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DcTkh398dCjQKnJJ) ... 2022-05-28T03:52:52.502Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:52:52.503Z||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-05-28T03:52:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:53:02.050Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:53:02.066Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:53:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:53:52.500Z||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-05-28T03:53:52.500Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:53:52.502Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:53:52.503Z||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-05-28T03:53:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:54:02.048Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:54:02.048Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:54:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:54:52.500Z||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-05-28T03:54:52.500Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:54:52.501Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:54:52.502Z||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-05-28T03:54:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:55:02.055Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:55:02.055Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:55:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:55:52.501Z||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-05-28T03:55:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:55:52.502Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:55:52.503Z||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-05-28T03:55:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:56:02.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:56:02.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:56:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:56:52.501Z||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-05-28T03:56:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:56:52.502Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:56:52.502Z||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-05-28T03:56:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:57:02.050Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:57:02.050Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:57:52.500Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:57:52.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:57:52.504Z||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-05-28T03:57:52.504Z||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-05-28T03:57:52.504Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:57:52.504Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:58:02.053Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:58:02.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:58:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:58:52.500Z||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-05-28T03:58:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:58:52.502Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:58:52.502Z||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-05-28T03:58:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:59:02.050Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:59:02.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T03:59:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:59:52.501Z||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-05-28T03:59:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T03:59:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T03:59:52.502Z||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-05-28T03:59:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:00:02.053Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:00:02.054Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:00:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:00:52.500Z||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-05-28T04:00:52.500Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:00:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:00:52.503Z||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-05-28T04:00:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:01:02.044Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:01:02.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:01:52.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:01:52.501Z||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-05-28T04:01:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:01:52.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:01:52.503Z||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-05-28T04:01:52.504Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:02:02.067Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:02:02.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:02:52.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:02:52.501Z||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-05-28T04:02:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:02:52.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:02:52.503Z||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-05-28T04:02:52.504Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:03:02.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:03:02.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:03:52.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:03:52.502Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:03:52.503Z||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-05-28T04:03:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:03:52.503Z||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-05-28T04:03:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:04:02.061Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:04:02.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:04:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:04:52.500Z||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-05-28T04:04:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:04:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:04:52.503Z||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-05-28T04:04:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:05:02.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:05:02.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:05:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:05:52.500Z||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-05-28T04:05:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:05:52.502Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:05:52.502Z||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-05-28T04:05:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:06:02.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:06:02.056Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:06:52.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:06:52.500Z||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-05-28T04:06:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:06:52.501Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:06:52.502Z||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-05-28T04:06:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:06:52.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:06:52.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "cds", "timestamp": 1653710761671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710763646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "policy-id", "timestamp": 1653710764213, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "multicloud-k8s-id", "timestamp": 1653710765366, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "cds", "timestamp": 1653710761671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710763646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "policy-id", "timestamp": 1653710764213, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "multicloud-k8s-id", "timestamp": 1653710765366, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json", "status": "NOTIFIED" } 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "cds", "timestamp": 1653710761671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710763646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "policy-id", "timestamp": 1653710764213, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "clamp", "timestamp": 1653710767571, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "multicloud-k8s-id", "timestamp": 1653710765366, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-28T04:06:52.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "cds", "timestamp": 1653710761671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710763646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "policy-id", "timestamp": 1653710764213, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "clamp", "timestamp": 1653710767571, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json", "status": "NOTIFIED" } 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "multicloud-k8s-id", "timestamp": 1653710765366, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "cds", "timestamp": 1653710761671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710763646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "policy-id", "timestamp": 1653710764213, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "clamp", "timestamp": 1653710767571, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "multicloud-k8s-id", "timestamp": 1653710765366, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-28T04:06:52.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "cds", "timestamp": 1653710761671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710763646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "policy-id", "timestamp": 1653710764213, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "clamp", "timestamp": 1653710767571, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "multicloud-k8s-id", "timestamp": 1653710765366, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "cds", "timestamp": 1653710761671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710763646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "policy-id", "timestamp": 1653710764213, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "ves-openapi-manager", "timestamp": 1653710771008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "clamp", "timestamp": 1653710767571, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "multicloud-k8s-id", "timestamp": 1653710765366, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710773110, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:06:52.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "cds", "timestamp": 1653710772631, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:06:52.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "ves-openapi-manager", "timestamp": 1653710771008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "policy-id", "timestamp": 1653710772693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:06:52.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "clamp", "timestamp": 1653710767571, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:52.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "multicloud-k8s-id", "timestamp": 1653710773285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:06:52.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:52.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "cds", "timestamp": 1653710773651, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-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-05-28T04:06:52.995Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of da248477-1528-40ba-8084-b2dc4337059e 2022-05-28T04:06:53.009Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da248477-1528-40ba-8084-b2dc4337059e 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-05-28T04:06:53.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "ves-openapi-manager", "timestamp": 1653710771008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.031Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "policy-id", "timestamp": 1653710773703, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:06:53.032Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:06:53.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "clamp", "timestamp": 1653710767571, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:06:53.032Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "multicloud-k8s-id", "timestamp": 1653710774395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:06:53.033Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:06:53.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "ves-openapi-manager", "timestamp": 1653710771008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "policy-id", "timestamp": 1653710774710, "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-05-28T04:06:53.048Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da248477-1528-40ba-8084-b2dc4337059e 2022-05-28T04:06:53.048Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da248477-1528-40ba-8084-b2dc4337059e 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-05-28T04:06:53.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "multicloud-k8s-id", "timestamp": 1653710775492, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:06:53.059Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:06:53.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "ves-openapi-manager", "timestamp": 1653710771008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "aai-ml", "timestamp": 1653710775328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "multicloud-k8s-id", "timestamp": 1653710776614, "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-05-28T04:06:53.067Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da248477-1528-40ba-8084-b2dc4337059e 2022-05-28T04:06:53.067Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da248477-1528-40ba-8084-b2dc4337059e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-28T04:06:53.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "ves-openapi-manager", "timestamp": 1653710771008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "aai-ml", "timestamp": 1653710775328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "multicloud-k8s-id", "timestamp": 1653710777622, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:06:53.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:06:53.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "ves-openapi-manager", "timestamp": 1653710771008, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710778204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:06:53.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:06:53.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "aai-ml", "timestamp": 1653710775328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710779208, "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-05-28T04:06:53.083Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of da248477-1528-40ba-8084-b2dc4337059e 2022-05-28T04:06:53.083Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da248477-1528-40ba-8084-b2dc4337059e 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-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "aai-ml", "timestamp": 1653710775328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "aai-ml", "timestamp": 1653710775328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "aai-ml", "timestamp": 1653710775328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "aai-ml", "timestamp": 1653710775328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:06:53.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "aai-ml", "timestamp": 1653710783176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:06:53.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:06:53.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "clamp", "timestamp": 1653710784559, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:06:53.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:06:53.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "clamp", "timestamp": 1653710786207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:06:53.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:06:53.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "clamp", "timestamp": 1653710787212, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T04:06:53.094Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of da248477-1528-40ba-8084-b2dc4337059e 2022-05-28T04:06:53.094Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da248477-1528-40ba-8084-b2dc4337059e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:06:53.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "ves-openapi-manager", "timestamp": 1653710791008, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "cds", "timestamp": 1653710791671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710793647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "ves-openapi-manager", "timestamp": 1653710791008, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "cds", "timestamp": 1653710791671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710793647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "ves-openapi-manager", "timestamp": 1653710791008, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "cds", "timestamp": 1653710791671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710793647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "clamp", "timestamp": 1653710797571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "ves-openapi-manager", "timestamp": 1653710791008, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "cds", "timestamp": 1653710791671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710793647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "clamp", "timestamp": 1653710797571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:06:53.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "aai-ml", "timestamp": 1653710799539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:06:53.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "ves-openapi-manager", "timestamp": 1653710791008, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "cds", "timestamp": 1653710791671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710793647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "clamp", "timestamp": 1653710797571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "aai-ml", "timestamp": 1653710800544, "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-05-28T04:06:53.115Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of da248477-1528-40ba-8084-b2dc4337059e 2022-05-28T04:06:53.116Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId da248477-1528-40ba-8084-b2dc4337059e 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-05-28T04:06:53.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "ves-openapi-manager", "timestamp": 1653710791008, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "cds", "timestamp": 1653710791671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710793647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "clamp", "timestamp": 1653710797571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "ves-openapi-manager", "timestamp": 1653710791008, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "cds", "timestamp": 1653710791671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:06:53.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710793647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:06:53.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "clamp", "timestamp": 1653710797571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "clamp", "timestamp": 1653710797571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "cds", "timestamp": 1653710802917, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:06:53.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:06:53.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710803398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:06:53.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:06:53.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "clamp", "timestamp": 1653710797571, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:06:53.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "cds", "timestamp": 1653710803924, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-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-05-28T04:06:53.134Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:06:53.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"da248477-1528-40ba-8084-b2dc4337059e","serviceName":"vFW 2022-05-28 04-04-47","serviceVersion":"1.0","serviceUUID":"b8b3c56a-bd37-4883-8771-09c60b4e825f","serviceDescription":"catalog service description","serviceInvariantUUID":"7450576d-c3c5-4dee-ade2-fc0f7816189e","resources":[{"resourceInstanceName":"vFW 253d8679-6f66 0","resourceName":"vFW 253d8679-6f66","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5ff5f34-96a0-47ca-a84d-ffe5d958de30","resourceInvariantUUID":"2c35d497-aebe-4b45-abd5-b5dd5b3c3e05","resourceCustomizationUUID":"c26412b5-170f-4866-bf27-686a1fa7f47e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml","artifactChecksum":"ZDUxNWY4Mzk1YzY1NDhjZmNmMjNkYmE0MjhjODU4OTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c6f6ad6c-ff70-4353-8ac3-b8f72db2da0d","artifactVersion":"1"},{"artifactName":"vfw253d86796f660_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json","artifactChecksum":"MjE0N2RjYzc2M2Q4YzQ3YTQ3OGYzY2VlZDVhZTU1NWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"30e7af72-c601-4715-9ff0-10eeb278182f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3c00314e-0c8a-4e47-a915-f150eb8bc562","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml","artifactChecksum":"OGIwYjZiZGI1YTlmMWMyNGIxMmU2N2M4Y2EyYWIwODI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f098764-cb71-4b44-a964-8fb5cf4f1b24","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dc2faf9b-f96f-47a0-baf2-d007c51e4bbc","artifactVersion":"2","generatedFromUUID":"3c00314e-0c8a-4e47-a915-f150eb8bc562"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220528040447-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml","artifactChecksum":"ZGE1NmQyNmYzMTc1MzMyZGVlM2VjMDAzMGM0ZGI3ZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cbe01692-863f-4acf-808d-4cfd70638c96","artifactVersion":"1"},{"artifactName":"service-Vfw20220528040447-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar","artifactChecksum":"YjYxYTk4ZTUzMDdkMDczOWIxNWEyYmMzYzEyZTAxMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bea6945c-5e16-4d1b-a2db-f0a16c65f67f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T04:06:53.136Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7547d5d7-cffd-473f-b00e-4e449ea4c6df 2022-05-28T04:06:53.136Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7547d5d7-cffd-473f-b00e-4e449ea4c6df 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-05-28T04:06:53.141Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:06:53.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "policy-id", "timestamp": 1653710804213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710805609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:06:53.146Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:06:53.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "policy-id", "timestamp": 1653710804213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "multicloud-k8s-id", "timestamp": 1653710805365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "aai-ml", "timestamp": 1653710805328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653710806614, "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-05-28T04:06:53.148Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:06:53.150Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7547d5d7-cffd-473f-b00e-4e449ea4c6df 2022-05-28T04:06:53.150Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7547d5d7-cffd-473f-b00e-4e449ea4c6df 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-05-28T04:06:53.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "policy-id", "timestamp": 1653710804213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-28T04:06:53.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "multicloud-k8s-id", "timestamp": 1653710805365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:06:53.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "aai-ml", "timestamp": 1653710805328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "policy-id", "timestamp": 1653710804213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.159Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.159Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "multicloud-k8s-id", "timestamp": 1653710805365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "aai-ml", "timestamp": 1653710805328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "policy-id", "timestamp": 1653710804213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "multicloud-k8s-id", "timestamp": 1653710805365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "aai-ml", "timestamp": 1653710805328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "clamp", "timestamp": 1653710810199, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "policy-id", "timestamp": 1653710804213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "multicloud-k8s-id", "timestamp": 1653710805365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "aai-ml", "timestamp": 1653710805328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "policy-id", "timestamp": 1653710804213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "multicloud-k8s-id", "timestamp": 1653710805365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "aai-ml", "timestamp": 1653710805328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:53.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "multicloud-k8s-id", "timestamp": 1653710805365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:06:53.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "policy-id", "timestamp": 1653710811946, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:06:53.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:06:53.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:06:53.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "aai-ml", "timestamp": 1653710805328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:06:53.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-28T04:06:53.259Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-05-28T04:06:53.263Z||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-05-28T04:06:53.263Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:06:53.275Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:06:53.276Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:06:54.166Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:06:54.166Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:06:54.169Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:06:54.169Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json", "status": "NOTIFIED" } 2022-05-28T04:06:54.269Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:06:54.270Z||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-05-28T04:06:54.270Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:06:54.291Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:06:54.292Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:06:55.172Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:06:55.173Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:06:55.176Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:06:55.176Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-28T04:06:55.276Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:06:55.277Z||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-05-28T04:06:55.278Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:06:55.304Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:06:55.305Z||pool-5-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:06:56.176Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:06:56.177Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:06:56.183Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:06:56.183Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:56.283Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:06:56.284Z||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-05-28T04:06:56.285Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:06:56.298Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:06:56.299Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:06:57.184Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:06:57.185Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:06:57.187Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:06:57.187Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-28T04:06:57.287Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:06:57.288Z||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-05-28T04:06:57.288Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:06:57.306Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:06:57.307Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:06:58.187Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:06:58.188Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:06:58.191Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:06:58.191Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:06:58.291Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:06:58.293Z||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-05-28T04:06:58.293Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:06:58.310Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:06:58.311Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:06:59.191Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:06:59.192Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:06:59.194Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:06:59.195Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:06:59.295Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:06:59.296Z||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-05-28T04:06:59.296Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:06:59.315Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:06:59.315Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1} 2022-05-28T04:07:00.196Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "serviceName": "vFW 2022-05-28 04-04-47", "serviceVersion": "1.0", "serviceUUID": "b8b3c56a-bd37-4883-8771-09c60b4e825f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7450576d-c3c5-4dee-ade2-fc0f7816189e", "resources": [ { "resourceInstanceName": "vFW 253d8679-6f66 0", "resourceCustomizationUUID": "c26412b5-170f-4866-bf27-686a1fa7f47e", "resourceName": "vFW 253d8679-6f66", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f5ff5f34-96a0-47ca-a84d-ffe5d958de30", "resourceInvariantUUID": "2c35d497-aebe-4b45-abd5-b5dd5b3c3e05", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw253d86796f660_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json", "artifactChecksum": "MjE0N2RjYzc2M2Q4YzQ3YTQ3OGYzY2VlZDVhZTU1NWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "30e7af72-c601-4715-9ff0-10eeb278182f", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3c00314e-0c8a-4e47-a915-f150eb8bc562", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "dc2faf9b-f96f-47a0-baf2-d007c51e4bbc", "generatedFromUUID": "3c00314e-0c8a-4e47-a915-f150eb8bc562" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "dc2faf9b-f96f-47a0-baf2-d007c51e4bbc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220528040447-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "artifactChecksum": "YjYxYTk4ZTUzMDdkMDczOWIxNWEyYmMzYzEyZTAxMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bea6945c-5e16-4d1b-a2db-f0a16c65f67f" } ], "workloadContext": "Production" } 2022-05-28T04:07:00.198Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T04:07:00.199Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b8b3c56a-bd37-4883-8771-09c60b4e825f ASDC 2022-05-28T04:07:00.282Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:da248477-1528-40ba-8084-b2dc4337059e ServiceName:vFW 2022-05-28 04-04-47 ServiceVersion:1.0 ServiceUUID:b8b3c56a-bd37-4883-8771-09c60b4e825f ServiceInvariantUUID:7450576d-c3c5-4dee-ade2-fc0f7816189e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220528040447-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar ArtifactUUID:bea6945c-5e16-4d1b-a2db-f0a16c65f67f ArtifactChecksum:YjYxYTk4ZTUzMDdkMDczOWIxNWEyYmMzYzEyZTAxMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 253d8679-6f66 0 ResourceCustomizationUUID:c26412b5-170f-4866-bf27-686a1fa7f47e ResourceInvariantUUID:2c35d497-aebe-4b45-abd5-b5dd5b3c3e05 ResourceName:vFW 253d8679-6f66 ResourceType:VF ResourceUUID:f5ff5f34-96a0-47ca-a84d-ffe5d958de30 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw253d86796f660_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json ArtifactUUID:30e7af72-c601-4715-9ff0-10eeb278182f ArtifactChecksum:MjE0N2RjYzc2M2Q4YzQ3YTQ3OGYzY2VlZDVhZTU1NWQ= 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/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml ArtifactUUID:3c00314e-0c8a-4e47-a915-f150eb8bc562 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/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env ArtifactUUID:dc2faf9b-f96f-47a0-baf2-d007c51e4bbc 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/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env ArtifactUUID:dc2faf9b-f96f-47a0-baf2-d007c51e4bbc ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-28T04:07:00.283Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b8b3c56a-bd37-4883-8771-09c60b4e825f 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-05-28T04:07:00.328Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:07:00.329Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-28T04:07:00.331Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-28T04:07:00.331Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bea6945c-5e16-4d1b-a2db-f0a16c65f67f from URL: /sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:00.331Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-28T04:07:00.332Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:01.191Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-28T04:07:01.206Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar bea6945c-5e16-4d1b-a2db-f0a16c65f67f 99009 2022-05-28T04:07:01.208Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar ASDC sendASDCNotification 2022-05-28T04:07:01.209Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:01.209Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:07:01.210Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:07:01.212Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:07:01.212Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710821206, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:07:01.312Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:07:01.313Z||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-05-28T04:07:01.313Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:07:01.328Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:07:01.329Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:07:02.214Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:07:02.216Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-28T04:07:02.216Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: bea6945c-5e16-4d1b-a2db-f0a16c65f67f, URL: /sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar to file: /app/ASDC/1/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:02.217Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220528040447-csar.csar 2022-05-28T04:07:02.289Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:02.289Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:02.667Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18175459292580151426/Definitions/service-Vfw20220528040447-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-05-28T04:07:04.644Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T04:07:04.648Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-05-28T04:07:04.648Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:04.648Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 253d8679-6f66 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:04.649Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:04.652Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:04.653Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:04.653Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-05-28T04:07:04.660Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:04.661Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:07:04.665Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria 2022-05-28T04:07:04.665Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-05-28T04:07:04.666Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:07:04.668Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:04.668Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:07:04.668Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria 2022-05-28T04:07:04.668Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-05-28T04:07:04.668Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:07:04.668Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:04.668Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:07:04.672Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:04.672Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is not matching search criteria 2022-05-28T04:07:04.672Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T04:07:04.672Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T04:07:04.672Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-28T04:07:04.672Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-28T04:07:04.672Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-28T04:07:04.672Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T04:07:04.672Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-28T04:07:04.673Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-28T04:07:04.673Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-28T04:07:04.673Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-28T04:07:04.673Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-28T04:07:04.673Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-28T04:07:04.673Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-28T04:07:04.673Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-28T04:07:04.673Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T04:07:04.673Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-28T04:07:04.674Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:04.674Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T04:07:04.675Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:04.675Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria 2022-05-28T04:07:04.675Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:07:04.675Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:04.675Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria 2022-05-28T04:07:04.675Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria 2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is not matching search criteria 2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-28T04:07:04.676Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-28T04:07:04.677Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-28T04:07:04.677Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-28T04:07:04.677Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-28T04:07:04.677Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-28T04:07:04.677Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-28T04:07:04.677Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T04:07:04.677Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fa92bc7a-9e33-45e0-9aa6-9f8f43b0cd34 2022-05-28T04:07:04.677Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:04.677Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is not matching search criteria 2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-28T04:07:04.678Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2d2c342a-c6c3-42eb-818e-d6271f14809d 2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is not matching search criteria 2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-28T04:07:04.679Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=17cd38ab-0fe1-4c55-be8d-73a8efe2fb0a 2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:04.680Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:07:04.681Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:04.681Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:07:04.681Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:04.681Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:07:04.681Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-28 04-04-47 Description:catalog service description Model UUID:b8b3c56a-bd37-4883-8771-09c60b4e825f Model Version:NULL Model InvariantUuid:7450576d-c3c5-4dee-ade2-fc0f7816189e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 253d8679-6f66 Model UUID:26e0b6e9-1650-4576-b8a0-ab125f2445be Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:2c35d497-aebe-4b45-abd5-b5dd5b3c3e05 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c26412b5-170f-4866-bf27-686a1fa7f47e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0ea3539a-5899-4199-8cf4-5dfb58dc953c ModelName:Vfw253d86796f66..base_vfw..module-0 ModelUuid:d52ee1f9-c27b-4be0-89c7-d4d8c5a533c7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fa92bc7a-9e33-45e0-9aa6-9f8f43b0cd34 ModelInvariantUuid:0f373b91-53a2-4468-9664-dbf058388b17 ModelName:vFW 253d8679-6f66-nodes.vfwCvfc ModelUuid:d65c432c-1dd6-4908-a208-ffe4e5f85801 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:21f47fac-b280-4236-b14b-e5a6f5cbb059 ModelInvariantUuid:5282a5f8-fb18-4632-aae7-39a7b6d570d7 ModelName:Vfw253d86796f66.compute.nodes.heat.vfw ModelUuid:23400564-6c1c-40b2-908c-69274d88ac99 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2d2c342a-c6c3-42eb-818e-d6271f14809d ModelInvariantUuid:fc73255b-38cc-4e3c-8133-13917615c066 ModelName:vFW 253d8679-6f66-nodes.vsnCvfc ModelUuid:9c969315-4b95-4de0-817e-7b2f11ba70cb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:1858b176-afca-4d49-908f-563bccd718c5 ModelInvariantUuid:a1003cda-a98d-4267-9be2-25b7f726224f ModelName:Vfw253d86796f66.compute.nodes.heat.vsn ModelUuid:1c5b7f2f-a2c0-4429-b66d-1e714724b743 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:17cd38ab-0fe1-4c55-be8d-73a8efe2fb0a ModelInvariantUuid:91e604e4-2d08-4489-a168-64f1933835bb ModelName:vFW 253d8679-6f66-nodes.vpgCvfc ModelUuid:bea8fecf-7e52-49d5-9caa-36dfdc23ff5e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:d358771e-783d-4760-a750-dc6d305878f6 ModelInvariantUuid:8937ff0e-1d01-4f3d-8fc1-fe0a906ce4c2 ModelName:Vfw253d86796f66.compute.nodes.heat.vpg ModelUuid:7b952877-6c56-4de0-95da-0841bcf3507b 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-05-28T04:07:04.694Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f5ff5f34-96a0-47ca-a84d-ffe5d958de30 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-05-28T04:07:04.776Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||vFW 253d8679-6f66 0 2022-05-28T04:07:04.780Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5ff5f34-96a0-47ca-a84d-ffe5d958de30 2022-05-28T04:07:04.780Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 30e7af72-c601-4715-9ff0-10eeb278182f from URL: /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json 2022-05-28T04:07:04.780Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-28T04:07:04.781Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json 2022-05-28T04:07:05.428Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-28T04:07:05.428Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json 30e7af72-c601-4715-9ff0-10eeb278182f 785 2022-05-28T04:07:05.428Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json ASDC sendASDCNotification 2022-05-28T04:07:05.428Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json 2022-05-28T04:07:05.428Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:07:05.429Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:07:05.431Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:07:05.431Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710825428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:07:05.531Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:07:05.536Z||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-05-28T04:07:05.536Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:07:05.551Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:07:05.551Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:07:06.432Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw253d86796f66..base_vfw..module-0", "vfModuleModelInvariantUUID": "0ea3539a-5899-4199-8cf4-5dfb58dc953c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d52ee1f9-c27b-4be0-89c7-d4d8c5a533c7", "vfModuleModelCustomizationUUID": "734ce061-2ba4-467c-ae9a-ff825822e9a2", "isBase": true, "artifacts": [ "3c00314e-0c8a-4e47-a915-f150eb8bc562", "dc2faf9b-f96f-47a0-baf2-d007c51e4bbc" ], "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-05-28T04:07:06.442Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw253d86796f66..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d52ee1f9-c27b-4be0-89c7-d4d8c5a533c7 VfModuleModelInvariantUUID:0ea3539a-5899-4199-8cf4-5dfb58dc953c VfModuleModelDescription:NULL Artifacts UUID List:{ 3c00314e-0c8a-4e47-a915-f150eb8bc562 , dc2faf9b-f96f-47a0-baf2-d007c51e4bbc } 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-05-28T04:07:06.444Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw253d86796f66..base_vfw..module-0", "vfModuleModelInvariantUUID": "0ea3539a-5899-4199-8cf4-5dfb58dc953c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d52ee1f9-c27b-4be0-89c7-d4d8c5a533c7", "vfModuleModelCustomizationUUID": "734ce061-2ba4-467c-ae9a-ff825822e9a2", "isBase": true, "artifacts": [ "3c00314e-0c8a-4e47-a915-f150eb8bc562", "dc2faf9b-f96f-47a0-baf2-d007c51e4bbc" ], "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-05-28T04:07:06.445Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw253d86796f66..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d52ee1f9-c27b-4be0-89c7-d4d8c5a533c7 VfModuleModelInvariantUUID:0ea3539a-5899-4199-8cf4-5dfb58dc953c VfModuleModelDescription:NULL Artifacts UUID List:{ 3c00314e-0c8a-4e47-a915-f150eb8bc562 , dc2faf9b-f96f-47a0-baf2-d007c51e4bbc } 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-05-28T04:07:06.445Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3c00314e-0c8a-4e47-a915-f150eb8bc562 from URL: /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml 2022-05-28T04:07:06.445Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-28T04:07:06.445Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml 2022-05-28T04:07:06.723Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-28T04:07:06.725Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml 3c00314e-0c8a-4e47-a915-f150eb8bc562 20368 2022-05-28T04:07:06.725Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-28T04:07:06.725Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml 2022-05-28T04:07:06.725Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:07:06.726Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:07:06.728Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:07:06.728Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710826725, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:07:06.828Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:07:06.830Z||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-05-28T04:07:06.830Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:07:06.843Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:07:06.844Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:07:07.730Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dc2faf9b-f96f-47a0-baf2-d007c51e4bbc from URL: /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env 2022-05-28T04:07:07.730Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-28T04:07:07.730Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env 2022-05-28T04:07:08.014Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-28T04:07:08.014Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env dc2faf9b-f96f-47a0-baf2-d007c51e4bbc 2098 2022-05-28T04:07:08.015Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-28T04:07:08.015Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env 2022-05-28T04:07:08.015Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:07:08.015Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:07:08.018Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:07:08.018Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710828015, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:07:08.119Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:07:08.120Z||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-05-28T04:07:08.120Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:07:08.147Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:07:08.148Z||pool-13-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:07:09.019Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b8b3c56a-bd37-4883-8771-09c60b4e825f 2022-05-28T04:07:09.020Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 253d8679-6f66 0 f5ff5f34-96a0-47ca-a84d-ffe5d958de30 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-05-28T04:07:09.053Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23df0d2f, org.onap.sdc.toscaparser.api.parameters.Input@4c3c4df1, org.onap.sdc.toscaparser.api.parameters.Input@7da07e0e, org.onap.sdc.toscaparser.api.parameters.Input@5800d559, org.onap.sdc.toscaparser.api.parameters.Input@3ed1d03] 2022-05-28T04:07:09.056Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:09.056Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:07:09.056Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-05-28T04:07:09.056Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c26412b5-170f-4866-bf27-686a1fa7f47e 2022-05-28T04:07:09.056Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c26412b5-170f-4866-bf27-686a1fa7f47e matches Tosca VF Customization UUID: c26412b5-170f-4866-bf27-686a1fa7f47e 2022-05-28T04:07:09.056Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c26412b5-170f-4866-bf27-686a1fa7f47e 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-05-28T04:07:09.061Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:09.062Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:07:09.062Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c26412b5-170f-4866-bf27-686a1fa7f47e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-05-28T04:07:09.062Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b6587c2 2022-05-28T04:07:09.063Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:09.063Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T04:07:09.063Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 734ce061-2ba4-467c-ae9a-ff825822e9a2 2022-05-28T04:07:09.064Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 734ce061-2ba4-467c-ae9a-ff825822e9a2 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-05-28T04:07:09.068Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:09.068Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria 2022-05-28T04:07:09.068Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:07:09.068Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:09.068Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria 2022-05-28T04:07:09.068Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is not matching search criteria 2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T04:07:09.069Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fa92bc7a-9e33-45e0-9aa6-9f8f43b0cd34 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-05-28T04:07:09.077Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:09.077Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria 2022-05-28T04:07:09.077Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:07:09.077Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is not matching search criteria 2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T04:07:09.078Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2d2c342a-c6c3-42eb-818e-d6271f14809d 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-05-28T04:07:09.080Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:09.080Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria 2022-05-28T04:07:09.080Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:07:09.081Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is not matching search criteria 2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-28T04:07:09.082Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=17cd38ab-0fe1-4c55-be8d-73a8efe2fb0a 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-05-28T04:07:09.084Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:09.084Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria 2022-05-28T04:07:09.084Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:07:09.084Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:09.084Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Node template vFW 253d8679-6f66 0 is matching search criteria 2022-05-28T04:07:09.084Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 253d8679-6f66 0] matching following query criteria: sdcType=VF, customizationUUID=c26412b5-170f-4866-bf27-686a1fa7f47e 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-05-28T04:07:09.085Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b8b3c56a-bd37-4883-8771-09c60b4e825f: vFW 253d8679-6f66 2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-28 04-04-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:07:09.086Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-05-28 04-04-47 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-05-28T04:07:09.319Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 253d8679-6f66 f5ff5f34-96a0-47ca-a84d-ffe5d958de30 1 ASDC deployResourceStructure 2022-05-28T04:07:09.319Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json ASDC sendASDCNotification 2022-05-28T04:07:09.319Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json 2022-05-28T04:07:09.319Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:07:09.320Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:07:09.321Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:07:09.321Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710829319, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:07:09.422Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:07:09.422Z||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-05-28T04:07:09.423Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:07:09.437Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:07:09.438Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:07:10.322Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-28T04:07:10.322Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml 2022-05-28T04:07:10.323Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:07:10.323Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:07:10.325Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:07:10.325Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710830322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-28T04:07:10.425Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:07:10.426Z||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-05-28T04:07:10.426Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:07:10.443Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:07:10.444Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:07:11.325Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-28T04:07:11.326Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env 2022-05-28T04:07:11.326Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:07:11.326Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:07:11.330Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:07:11.330Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710831325, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-28T04:07:11.430Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:07:11.431Z||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-05-28T04:07:11.431Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:07:11.444Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:07:11.445Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:07:12.331Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar ASDC sendASDCNotification 2022-05-28T04:07:12.332Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar 2022-05-28T04:07:12.332Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:07:12.332Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:07:12.335Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:07:12.336Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710832331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:07:12.436Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:07:12.437Z||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-05-28T04:07:12.437Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:07:12.451Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:07:12.452Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:07:13.337Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da248477-1528-40ba-8084-b2dc4337059e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:07:13.350Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da248477-1528-40ba-8084-b2dc4337059e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:07:13.353Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:07:13.353Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T04:07:13.353Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T04:07:13.354Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T04:07:13.354Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:07:13.354Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:07:13.354Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:07:13.354Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:07:13.354Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:07:13.354Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:07:13.354Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||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-05-28T04:07:13.358Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T04:07:43.359Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: da248477-1528-40ba-8084-b2dc4337059e 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-05-28T04:07:43.370Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: da248477-1528-40ba-8084-b2dc4337059e and serviceModelVersionId: b8b3c56a-bd37-4883-8771-09c60b4e825f 2022-05-28T04:07:43.370Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7450576d-c3c5-4dee-ade2-fc0f7816189e 2022-05-28T04:07:52.457Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7450576d-c3c5-4dee-ade2-fc0f7816189e/model-vers/model-ver/b8b3c56a-bd37-4883-8771-09c60b4e825f?depth=0 2022-05-28T04:07:52.502Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:07:52.503Z||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-05-28T04:07:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:07:52.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:07:52.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-28T04:07:52.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "clamp", "timestamp": 1653710813202, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:07:52.529Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:07:52.535Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T04:07:52.896Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7450576d-c3c5-4dee-ade2-fc0f7816189e/model-vers/model-ver/b8b3c56a-bd37-4883-8771-09c60b4e825f?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-05-28T04:07:52.900Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7450576d-c3c5-4dee-ade2-fc0f7816189e/model-vers/model-ver/b8b3c56a-bd37-4883-8771-09c60b4e825f?depth=0|INFO|500||Invoke 2022-05-28T04:07:52.982Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7450576d-c3c5-4dee-ade2-fc0f7816189e/model-vers/model-ver/b8b3c56a-bd37-4883-8771-09c60b4e825f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T04:07:53.270Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7450576d-c3c5-4dee-ade2-fc0f7816189e/model-vers/model-ver/b8b3c56a-bd37-4883-8771-09c60b4e825f?depth=0|INFO|500||InvokeReturn 2022-05-28T04:07:53.273Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7450576d-c3c5-4dee-ade2-fc0f7816189e/model-vers/model-ver/b8b3c56a-bd37-4883-8771-09c60b4e825f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220528-04:07:53:502-33413], vertex-id=[209040], Content-Length=[0], Date=[Sat, 28 May 2022 04:07:53 GMT], Content-Type=[application/json]} 2022-05-28T04:07:53.274Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-05-28T04:07:53.276Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T04:07:53.276Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||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-05-28T04:07:53.282Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-28T04:07:53.283Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID da248477-1528-40ba-8084-b2dc4337059e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T04:07:53.284Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T04:07:53.284Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:07:53.285Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:07:53.285Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710873283, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T04:07:53.386Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T04:07:53.387Z||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-05-28T04:07:53.387Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:07:53.401Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:07:53.402Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-28T04:07:54.297Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T04:07:54.297Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7547d5d7-cffd-473f-b00e-4e449ea4c6df","serviceName":"basic_onboard_ZxasAz","serviceVersion":"1.0","serviceUUID":"a0fe70aa-48f0-4380-8c12-d381429d5a56","serviceDescription":"service","serviceInvariantUUID":"9d80e297-4bc0-41d1-a05c-4f0f0f9364fe","resources":[{"resourceInstanceName":"basic_onboard_ZxasAz 0","resourceName":"basic_onboard_ZxasAz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b97c5242-88a0-43e8-a39e-def7d1416883","resourceInvariantUUID":"b1b1d5c1-9c97-446a-9609-8dfba7f3f7c7","resourceCustomizationUUID":"3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml","artifactChecksum":"YzQ5NTJhZTIzYzUyYmRmNWExY2FlOTc3ZjliYTU4Y2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff09d5a7-ee59-4eec-9033-47964e2d088a","artifactVersion":"1"},{"artifactName":"basic_onboard_zxasaz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json","artifactChecksum":"OWFhZjhmZTIxMGE1NDk5NWY2ZmM3ZDE0ZmNlNjI0OWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"04792fb8-d549-4915-aefe-ecc9c8847e7c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4df89229-de68-4f2b-bf7b-ad5f44528d6a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d9978328-4688-4f31-b14e-6ac30b2c6b04","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39d7d1ff-2794-4586-9def-fa6d5a7cbcc0","artifactVersion":"2","generatedFromUUID":"4df89229-de68-4f2b-bf7b-ad5f44528d6a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZxasaz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml","artifactChecksum":"ODE3NzdkMTJiNWY5YWE2ZGVlOWViYjlhZjQ5ZGFkYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bc1b2cf-6da8-411a-a1c8-cafecc283e94","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZxasaz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar","artifactChecksum":"NGY1YTZmZTAxYjJlYWEwZjA5ZTk2ZjM3MDkzMGQ3NGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55e03e5a-50e4-47d0-93b1-1890a1df79d1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T04:07:54.298Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:07:54.298Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:07:54.299Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:07:54.300Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:07:54.400Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:07:54.401Z||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-05-28T04:07:54.401Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:07:54.415Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:07:54.416Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:07:55.300Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:07:55.303Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:07:55.306Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:07:55.307Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:07:55.406Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:07:55.407Z||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-05-28T04:07:55.407Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:07:55.424Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:07:55.424Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:07:56.308Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:07:56.308Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:07:56.311Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:07:56.311Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-28T04:07:56.411Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:07:56.413Z||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-05-28T04:07:56.414Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:07:56.427Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:07:56.428Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:07:57.312Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:07:57.313Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:07:57.314Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:07:57.315Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:07:57.416Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T04:07:57.417Z||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-05-28T04:07:57.417Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:07:57.432Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:07:57.433Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:07:58.316Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:07:58.317Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:07:58.319Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:07:58.319Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-28T04:07:58.419Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:07:58.420Z||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-05-28T04:07:58.421Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:07:58.435Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:07:58.435Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:07:59.320Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:07:59.320Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:07:59.322Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:07:59.322Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:07:59.422Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:07:59.423Z||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-05-28T04:07:59.423Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:07:59.437Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:07:59.438Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:08:00.323Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:08:00.324Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:08:00.326Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:08:00.326Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:08:00.426Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:08:00.427Z||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-05-28T04:08:00.427Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:08:00.441Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:08:00.442Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:08:01.330Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "serviceName": "basic_onboard_ZxasAz", "serviceVersion": "1.0", "serviceUUID": "a0fe70aa-48f0-4380-8c12-d381429d5a56", "serviceDescription": "service", "serviceInvariantUUID": "9d80e297-4bc0-41d1-a05c-4f0f0f9364fe", "resources": [ { "resourceInstanceName": "basic_onboard_ZxasAz 0", "resourceCustomizationUUID": "3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193", "resourceName": "basic_onboard_ZxasAz", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b97c5242-88a0-43e8-a39e-def7d1416883", "resourceInvariantUUID": "b1b1d5c1-9c97-446a-9609-8dfba7f3f7c7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_zxasaz0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json", "artifactChecksum": "OWFhZjhmZTIxMGE1NDk5NWY2ZmM3ZDE0ZmNlNjI0OWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "04792fb8-d549-4915-aefe-ecc9c8847e7c", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4df89229-de68-4f2b-bf7b-ad5f44528d6a", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "39d7d1ff-2794-4586-9def-fa6d5a7cbcc0", "generatedFromUUID": "4df89229-de68-4f2b-bf7b-ad5f44528d6a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "39d7d1ff-2794-4586-9def-fa6d5a7cbcc0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardZxasaz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "artifactChecksum": "NGY1YTZmZTAxYjJlYWEwZjA5ZTk2ZjM3MDkzMGQ3NGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55e03e5a-50e4-47d0-93b1-1890a1df79d1" } ], "workloadContext": "Production" } 2022-05-28T04:08:01.330Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T04:08:01.330Z|da248477-1528-40ba-8084-b2dc4337059e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a0fe70aa-48f0-4380-8c12-d381429d5a56 ASDC 2022-05-28T04:08:01.331Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:7547d5d7-cffd-473f-b00e-4e449ea4c6df ServiceName:basic_onboard_ZxasAz ServiceVersion:1.0 ServiceUUID:a0fe70aa-48f0-4380-8c12-d381429d5a56 ServiceInvariantUUID:9d80e297-4bc0-41d1-a05c-4f0f0f9364fe ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardZxasaz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar ArtifactUUID:55e03e5a-50e4-47d0-93b1-1890a1df79d1 ArtifactChecksum:NGY1YTZmZTAxYjJlYWEwZjA5ZTk2ZjM3MDkzMGQ3NGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_ZxasAz 0 ResourceCustomizationUUID:3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193 ResourceInvariantUUID:b1b1d5c1-9c97-446a-9609-8dfba7f3f7c7 ResourceName:basic_onboard_ZxasAz ResourceType:VF ResourceUUID:b97c5242-88a0-43e8-a39e-def7d1416883 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_zxasaz0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json ArtifactUUID:04792fb8-d549-4915-aefe-ecc9c8847e7c ArtifactChecksum:OWFhZjhmZTIxMGE1NDk5NWY2ZmM3ZDE0ZmNlNjI0OWM= 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/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml ArtifactUUID:4df89229-de68-4f2b-bf7b-ad5f44528d6a 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/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env ArtifactUUID:39d7d1ff-2794-4586-9def-fa6d5a7cbcc0 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/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env ArtifactUUID:39d7d1ff-2794-4586-9def-fa6d5a7cbcc0 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-28T04:08:01.331Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0fe70aa-48f0-4380-8c12-d381429d5a56 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-05-28T04:08:01.371Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:08:01.372Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-28T04:08:01.372Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-28T04:08:01.372Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 55e03e5a-50e4-47d0-93b1-1890a1df79d1 from URL: /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar 2022-05-28T04:08:01.372Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-28T04:08:01.372Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar 2022-05-28T04:08:01.913Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-28T04:08:01.916Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar 55e03e5a-50e4-47d0-93b1-1890a1df79d1 71581 2022-05-28T04:08:01.916Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar ASDC sendASDCNotification 2022-05-28T04:08:01.916Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar 2022-05-28T04:08:01.916Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:08:01.916Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:08:01.918Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:08:01.918Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710881916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:08:02.018Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:08:02.019Z||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-05-28T04:08:02.019Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:08:02.031Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:08:02.032Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:08:02.919Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:08:02.920Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-28T04:08:02.920Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 55e03e5a-50e4-47d0-93b1-1890a1df79d1, URL: /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar to file: /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar 2022-05-28T04:08:02.920Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZxasaz-csar.csar 2022-05-28T04:08:02.921Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar 2022-05-28T04:08:02.921Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar 2022-05-28T04:08:03.048Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13294633687202921478/Definitions/service-BasicOnboardZxasaz-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-05-28T04:08:03.844Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar 2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar 2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar 2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar 2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar 2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZxasAz 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar 2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar 2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar 2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar 2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZxasaz-csar.csar 2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-05-28T04:08:03.845Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is matching search criteria 2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZxasAz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is matching search criteria 2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZxasAz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:03.846Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is not matching search criteria 2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is matching search criteria 2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZxasAz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is matching search criteria 2022-05-28T04:08:03.847Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZxasAz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is matching search criteria 2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZxasAz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is not matching search criteria 2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e1f4ca38-8f51-4568-a9f5-29c23f6d816f 2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:08:03.848Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_ZxasAz Description:service Model UUID:a0fe70aa-48f0-4380-8c12-d381429d5a56 Model Version:NULL Model InvariantUuid:9d80e297-4bc0-41d1-a05c-4f0f0f9364fe Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_ZxasAz Model UUID:aa1237ea-8c9b-4ec2-bbc4-ae8551eaee91 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b1b1d5c1-9c97-446a-9609-8dfba7f3f7c7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8105d296-39ae-4520-9049-0d8ccce9086a ModelName:BasicOnboardZxasaz..base_ubuntu18..module-0 ModelUuid:b5b029c9-62ff-4080-824a-abd6e9193067 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e1f4ca38-8f51-4568-a9f5-29c23f6d816f ModelInvariantUuid:cce5b148-fbf5-4ebc-bdd7-0a45904970e7 ModelName:basic_onboard_ZxasAz-nodes.ubuntu18Cvfc ModelUuid:9846d446-fc95-4d14-8353-f332c1b05e72 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:6b66dec5-618d-497d-8097-e4e8729b2726 ModelInvariantUuid:78ae2786-1596-4da6-8a1a-7e46d7fcc85e ModelName:BasicOnboardZxasaz.compute.nodes.heat.ubuntu18 ModelUuid:c45cf71c-e21f-4d6e-9c9e-84a004f66e20 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-05-28T04:08:03.862Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b97c5242-88a0-43e8-a39e-def7d1416883 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-05-28T04:08:03.865Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||basic_onboard_ZxasAz 0 2022-05-28T04:08:03.865Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b97c5242-88a0-43e8-a39e-def7d1416883 2022-05-28T04:08:03.865Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 04792fb8-d549-4915-aefe-ecc9c8847e7c from URL: /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json 2022-05-28T04:08:03.865Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-28T04:08:03.865Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json 2022-05-28T04:08:05.079Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-28T04:08:05.080Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json 04792fb8-d549-4915-aefe-ecc9c8847e7c 798 2022-05-28T04:08:05.080Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json ASDC sendASDCNotification 2022-05-28T04:08:05.080Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json 2022-05-28T04:08:05.080Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:08:05.080Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:08:05.082Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:08:05.082Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710885080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:08:05.182Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:08:05.183Z||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-05-28T04:08:05.183Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:08:05.202Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:08:05.202Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:08:06.082Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZxasaz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "8105d296-39ae-4520-9049-0d8ccce9086a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b5b029c9-62ff-4080-824a-abd6e9193067", "vfModuleModelCustomizationUUID": "0322f7b2-de81-4e95-97af-6f00ba956b32", "isBase": true, "artifacts": [ "4df89229-de68-4f2b-bf7b-ad5f44528d6a", "39d7d1ff-2794-4586-9def-fa6d5a7cbcc0" ], "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-05-28T04:08:06.086Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZxasaz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b5b029c9-62ff-4080-824a-abd6e9193067 VfModuleModelInvariantUUID:8105d296-39ae-4520-9049-0d8ccce9086a VfModuleModelDescription:NULL Artifacts UUID List:{ 4df89229-de68-4f2b-bf7b-ad5f44528d6a , 39d7d1ff-2794-4586-9def-fa6d5a7cbcc0 } 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-05-28T04:08:06.087Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZxasaz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "8105d296-39ae-4520-9049-0d8ccce9086a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b5b029c9-62ff-4080-824a-abd6e9193067", "vfModuleModelCustomizationUUID": "0322f7b2-de81-4e95-97af-6f00ba956b32", "isBase": true, "artifacts": [ "4df89229-de68-4f2b-bf7b-ad5f44528d6a", "39d7d1ff-2794-4586-9def-fa6d5a7cbcc0" ], "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-05-28T04:08:06.087Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZxasaz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b5b029c9-62ff-4080-824a-abd6e9193067 VfModuleModelInvariantUUID:8105d296-39ae-4520-9049-0d8ccce9086a VfModuleModelDescription:NULL Artifacts UUID List:{ 4df89229-de68-4f2b-bf7b-ad5f44528d6a , 39d7d1ff-2794-4586-9def-fa6d5a7cbcc0 } 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-05-28T04:08:06.087Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4df89229-de68-4f2b-bf7b-ad5f44528d6a from URL: /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml 2022-05-28T04:08:06.087Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-28T04:08:06.087Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml 2022-05-28T04:08:06.425Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-28T04:08:06.426Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml 4df89229-de68-4f2b-bf7b-ad5f44528d6a 5033 2022-05-28T04:08:06.426Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-28T04:08:06.426Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml 2022-05-28T04:08:06.426Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:08:06.426Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:08:06.428Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:08:06.428Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710886426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:08:06.528Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:08:06.529Z||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-05-28T04:08:06.529Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:08:06.544Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:08:06.544Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:08:07.429Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 39d7d1ff-2794-4586-9def-fa6d5a7cbcc0 from URL: /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env 2022-05-28T04:08:07.430Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-28T04:08:07.430Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env 2022-05-28T04:08:07.612Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-28T04:08:07.612Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env 39d7d1ff-2794-4586-9def-fa6d5a7cbcc0 909 2022-05-28T04:08:07.613Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-28T04:08:07.613Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env 2022-05-28T04:08:07.613Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:08:07.613Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:08:07.615Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:08:07.615Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710887613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:08:07.715Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:08:07.716Z||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-05-28T04:08:07.716Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:08:07.730Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:08:07.731Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:08:08.615Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a0fe70aa-48f0-4380-8c12-d381429d5a56 2022-05-28T04:08:08.616Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZxasAz 0 b97c5242-88a0-43e8-a39e-def7d1416883 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-05-28T04:08:08.630Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c217172, org.onap.sdc.toscaparser.api.parameters.Input@41cd1ff3, org.onap.sdc.toscaparser.api.parameters.Input@3a9116c1, org.onap.sdc.toscaparser.api.parameters.Input@16c8e2d9, org.onap.sdc.toscaparser.api.parameters.Input@41b5ab93] 2022-05-28T04:08:08.632Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:08.632Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:08:08.632Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-05-28T04:08:08.632Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193 2022-05-28T04:08:08.632Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193 matches Tosca VF Customization UUID: 3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193 2022-05-28T04:08:08.632Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193 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-05-28T04:08:08.635Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:08.636Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:08:08.636Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-05-28T04:08:08.636Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@bb4cdbf 2022-05-28T04:08:08.637Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:08.637Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T04:08:08.637Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0322f7b2-de81-4e95-97af-6f00ba956b32 2022-05-28T04:08:08.637Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0322f7b2-de81-4e95-97af-6f00ba956b32 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-05-28T04:08:08.640Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:08.640Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is matching search criteria 2022-05-28T04:08:08.640Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZxasAz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:08:08.640Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:08.641Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is matching search criteria 2022-05-28T04:08:08.641Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZxasAz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:08:08.641Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:08.641Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is not matching search criteria 2022-05-28T04:08:08.641Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-28T04:08:08.641Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-28T04:08:08.641Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e1f4ca38-8f51-4568-a9f5-29c23f6d816f 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-05-28T04:08:08.644Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:08.644Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is matching search criteria 2022-05-28T04:08:08.644Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZxasAz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:08:08.644Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:08.644Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZxasAz 0 is matching search criteria 2022-05-28T04:08:08.644Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZxasAz 0] matching following query criteria: sdcType=VF, customizationUUID=3a9ac0cb-a8cd-4e21-b38f-5e27a91b1193 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-05-28T04:08:08.646Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a0fe70aa-48f0-4380-8c12-d381429d5a56: basic_onboard_ZxasAz 2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:08:08.647Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZxasAz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:08:08.648Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_ZxasAz 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-05-28T04:08:08.717Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZxasAz b97c5242-88a0-43e8-a39e-def7d1416883 1 ASDC deployResourceStructure 2022-05-28T04:08:08.717Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json ASDC sendASDCNotification 2022-05-28T04:08:08.718Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json 2022-05-28T04:08:08.718Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:08:08.718Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:08:08.720Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:08:08.720Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710888717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:08:08.820Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:08:08.821Z||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-05-28T04:08:08.821Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:08:08.834Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:08:08.834Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:08:09.721Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-28T04:08:09.721Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml 2022-05-28T04:08:09.721Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:08:09.722Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:08:09.723Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:08:09.723Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710889721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-28T04:08:09.824Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T04:08:09.824Z||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-05-28T04:08:09.824Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:08:09.837Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:08:09.837Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:08:10.724Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-28T04:08:10.725Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env 2022-05-28T04:08:10.725Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:08:10.725Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:08:10.727Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:08:10.727Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710890724, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-28T04:08:10.827Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:08:10.828Z||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-05-28T04:08:10.828Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:08:10.842Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:08:10.843Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:08:11.728Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar ASDC sendASDCNotification 2022-05-28T04:08:11.728Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar 2022-05-28T04:08:11.728Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:08:11.729Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:08:11.731Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:08:11.731Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710891728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:08:11.832Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:08:11.833Z||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-05-28T04:08:11.833Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:08:11.849Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:08:11.850Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:08:12.732Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:08:12.740Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:08:12.742Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:08:12.742Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T04:08:12.742Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T04:08:42.743Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:08:42.753Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:08:42.755Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:08:42.756Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T04:08:42.756Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T04:08:52.502Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:08:52.504Z||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-05-28T04:08:52.504Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:08:52.533Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:08:52.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-28T04:08:52.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "policy-id", "timestamp": 1653710812952, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:08:52.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:09:12.756Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:09:12.769Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:09:12.772Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:09:12.772Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T04:09:12.772Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T04:09:42.772Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:09:42.791Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:09:42.796Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:09:42.796Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T04:09:42.796Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T04:09:52.502Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:09:52.503Z||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-05-28T04:09:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:09:52.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:09:52.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "multicloud-k8s-id", "timestamp": 1653710813185, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:09:52.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:09:52.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "aai-ml", "timestamp": 1653710813065, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:09:52.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:09:52.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:09:52.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:09:52.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "clamp", "timestamp": 1653710814210, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T04:09:52.549Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7547d5d7-cffd-473f-b00e-4e449ea4c6df 2022-05-28T04:09:52.549Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7547d5d7-cffd-473f-b00e-4e449ea4c6df and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:09:52.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "policy-id", "timestamp": 1653710813956, "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-05-28T04:09:52.564Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7547d5d7-cffd-473f-b00e-4e449ea4c6df 2022-05-28T04:09:52.565Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7547d5d7-cffd-473f-b00e-4e449ea4c6df 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-05-28T04:09:52.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "multicloud-k8s-id", "timestamp": 1653710814271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:09:52.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json", "status": "NOTIFIED" } 2022-05-28T04:09:52.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-28T04:09:52.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "multicloud-k8s-id", "timestamp": 1653710815338, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:09:52.573Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:09:52.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "multicloud-k8s-id", "timestamp": 1653710816365, "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-05-28T04:09:52.577Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7547d5d7-cffd-473f-b00e-4e449ea4c6df 2022-05-28T04:09:52.578Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7547d5d7-cffd-473f-b00e-4e449ea4c6df and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-28T04:09:52.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "multicloud-k8s-id", "timestamp": 1653710817371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:09:52.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "aai-ml", "timestamp": 1653710817709, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:09:52.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:09:52.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "aai-ml", "timestamp": 1653710818713, "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-05-28T04:09:52.587Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7547d5d7-cffd-473f-b00e-4e449ea4c6df 2022-05-28T04:09:52.587Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7547d5d7-cffd-473f-b00e-4e449ea4c6df 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-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:09:52.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710821206, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:09:52.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710825428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:09:52.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710826725, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:09:52.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710828015, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:09:52.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:09:52.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710829319, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/vfw253d86796f660_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:09:52.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:09:52.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710830322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-28T04:09:52.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:09:52.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710831325, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/resourceInstances/vfw253d86796f660/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-28T04:09:52.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:09:52.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:09:52.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710832331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220528040447/1.0/artifacts/service-Vfw20220528040447-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:09:52.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:10:12.797Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:10:12.808Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:10:12.811Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:10:12.812Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T04:10:12.812Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T04:10:12.812Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T04:10:12.812Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:10:12.812Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:10:12.812Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:10:12.812Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:10:12.812Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:10:12.813Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:10:12.813Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||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-05-28T04:10:12.817Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T04:10:42.818Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df 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-05-28T04:10:42.824Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7547d5d7-cffd-473f-b00e-4e449ea4c6df and serviceModelVersionId: a0fe70aa-48f0-4380-8c12-d381429d5a56 2022-05-28T04:10:42.825Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9d80e297-4bc0-41d1-a05c-4f0f0f9364fe 2022-05-28T04:10:42.827Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9d80e297-4bc0-41d1-a05c-4f0f0f9364fe/model-vers/model-ver/a0fe70aa-48f0-4380-8c12-d381429d5a56?depth=0 2022-05-28T04:10:42.835Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T04:10:42.873Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d80e297-4bc0-41d1-a05c-4f0f0f9364fe/model-vers/model-ver/a0fe70aa-48f0-4380-8c12-d381429d5a56?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-05-28T04:10:42.875Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d80e297-4bc0-41d1-a05c-4f0f0f9364fe/model-vers/model-ver/a0fe70aa-48f0-4380-8c12-d381429d5a56?depth=0|INFO|500||Invoke 2022-05-28T04:10:42.898Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d80e297-4bc0-41d1-a05c-4f0f0f9364fe/model-vers/model-ver/a0fe70aa-48f0-4380-8c12-d381429d5a56?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T04:10:43.008Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d80e297-4bc0-41d1-a05c-4f0f0f9364fe/model-vers/model-ver/a0fe70aa-48f0-4380-8c12-d381429d5a56?depth=0|INFO|500||InvokeReturn 2022-05-28T04:10:43.010Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9d80e297-4bc0-41d1-a05c-4f0f0f9364fe/model-vers/model-ver/a0fe70aa-48f0-4380-8c12-d381429d5a56?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220528-04:10:43:358-50616], vertex-id=[204848], Content-Length=[0], Date=[Sat, 28 May 2022 04:10:43 GMT], Content-Type=[application/json]} 2022-05-28T04:10:43.010Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-05-28T04:10:43.010Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T04:10:43.011Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||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-05-28T04:10:43.014Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-28T04:10:43.015Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7547d5d7-cffd-473f-b00e-4e449ea4c6df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T04:10:43.015Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T04:10:43.015Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:10:43.017Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:10:43.017Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711043015, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T04:10:43.118Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T04:10:43.119Z||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-05-28T04:10:43.119Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:10:43.139Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:10:43.140Z||pool-34-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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-28T04:10:44.033Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:10:44.034Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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-05-28T04:10:44.034Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:10:52.502Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:10:52.503Z||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-05-28T04:10:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:10:52.528Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:10:52.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:10:52.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "da248477-1528-40ba-8084-b2dc4337059e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710873283, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T04:10:52.531Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:10:52.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:10:52.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:10:52.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:10:52.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:10:52.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:10:52.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:10:52.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:10:52.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-28T04:10:52.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:10:52.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:10:52.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:10:52.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:10:52.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:10:52.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-28T04:10:52.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:10:52.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:10:52.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:10:52.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:10:52.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:10:52.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710812499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:10:52.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:10:52.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:10:52.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710881916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:10:52.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:10:52.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:10:52.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710885080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:10:52.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:10:52.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:10:52.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710886426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:10:52.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:10:52.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:10:52.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710887613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:10:52.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:10:52.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:10:52.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710888717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/basic_onboard_zxasaz0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:10:52.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:10:52.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:10:52.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710889721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-28T04:10:52.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:10:52.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:10:52.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710890724, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/resourceInstances/basic_onboard_zxasaz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-28T04:10:52.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:10:52.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:10:52.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653710891728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZxasaz/1.0/artifacts/service-BasicOnboardZxasaz-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:10:52.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:10:54.302Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:10:54.303Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:10:54.304Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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-05-28T04:10:54.304Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:11:03.859Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:11:03.860Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:11:03.860Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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-05-28T04:11:03.861Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:11:13.401Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:11:13.402Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:11:13.402Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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-05-28T04:11:13.402Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:11:22.939Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:11:52.499Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:11:52.501Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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-05-28T04:11:52.501Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:11:52.502Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:11:52.503Z||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-05-28T04:11:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:11:53.066Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:11:53.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:11:53.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7547d5d7-cffd-473f-b00e-4e449ea4c6df", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711043015, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T04:11:53.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:12:02.048Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:12:52.499Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:12:52.500Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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-05-28T04:12:52.500Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:12:52.501Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:12:52.502Z||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-05-28T04:12:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:13:02.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:13:02.047Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:13:52.499Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:13:52.501Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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-05-28T04:13:52.501Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:13:52.502Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:13:52.503Z||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-05-28T04:13:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:14:02.052Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:14:02.051Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:14:52.499Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:14:52.501Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:14:52.502Z||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-05-28T04:14:52.502Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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-05-28T04:14:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:14:52.503Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:15:02.056Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:15:02.056Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:15:52.499Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:15:52.500Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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-05-28T04:15:52.500Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:15:52.502Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:15:52.502Z||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-05-28T04:15:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:16:02.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:16:02.080Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:16:52.499Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:16:52.500Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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-05-28T04:16:52.500Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:16:52.502Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:16:52.502Z||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-05-28T04:16:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:17:02.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:17:02.056Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:17:52.499Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:17:52.500Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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-05-28T04:17:52.500Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:17:52.502Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:17:52.502Z||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-05-28T04:17:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:18:02.048Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:18:02.054Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:18:52.499Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:18:52.501Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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-05-28T04:18:52.501Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:18:52.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:18:52.502Z||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-05-28T04:18:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:19:02.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:19:02.052Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:19:52.499Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:19:52.501Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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-05-28T04:19:52.502Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:19:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:19:52.502Z||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-05-28T04:19:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:20:01.570Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:20:01.570Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T04:20:01.570Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"16b6152f-14e0-4e9c-afa3-856653222dd2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ebf175de-04ac-4495-8d5f-944c3281991f","serviceDescription":"service","serviceInvariantUUID":"1db212be-c071-4470-9cd0-ac5c8f4bf94b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5771a5ef-761d-4be4-905e-22622115aad5","resourceInvariantUUID":"bd4857f3-ad68-4788-b11b-faba3674a598","resourceCustomizationUUID":"51ed8ccd-ab62-4667-9ae7-a1b97810c210","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":"MzM4OTNjMGE5MzZhMDRkYjMxYTM2MTBhNjllZDQzYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e52173e9-7f59-436c-ab0e-bbe4784c3ec5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTJhNmRjY2I3OGEwNDdmNWFjNzFiZWZjY2JkNWZjZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d713bd0-89e7-40f7-923b-41dc8ebf8da1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T04:20:01.575Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:20:01.575Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:20:01.578Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:20:01.578Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711592499, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:20:01.679Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T04:20:01.681Z||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-05-28T04:20:01.681Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:20:01.700Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:20:01.701Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":3,"count":1} 2022-05-28T04:20:02.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:20:02.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:20:02.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711592499, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:20:02.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:20:02.580Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:20:02.581Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:20:02.584Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:20:02.585Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711592499, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:20:02.685Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:20:02.686Z||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-05-28T04:20:02.686Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:20:02.701Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:20:02.702Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:20:03.586Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "ebf175de-04ac-4495-8d5f-944c3281991f", "serviceDescription": "service", "serviceInvariantUUID": "1db212be-c071-4470-9cd0-ac5c8f4bf94b", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "51ed8ccd-ab62-4667-9ae7-a1b97810c210", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "5771a5ef-761d-4be4-905e-22622115aad5", "resourceInvariantUUID": "bd4857f3-ad68-4788-b11b-faba3674a598", "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": "NTJhNmRjY2I3OGEwNDdmNWFjNzFiZWZjY2JkNWZjZTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5d713bd0-89e7-40f7-923b-41dc8ebf8da1" } ], "workloadContext": "Production" } 2022-05-28T04:20:03.586Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T04:20:03.587Z|7547d5d7-cffd-473f-b00e-4e449ea4c6df|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ebf175de-04ac-4495-8d5f-944c3281991f ASDC 2022-05-28T04:20:03.587Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:16b6152f-14e0-4e9c-afa3-856653222dd2 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:ebf175de-04ac-4495-8d5f-944c3281991f ServiceInvariantUUID:1db212be-c071-4470-9cd0-ac5c8f4bf94b 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:5d713bd0-89e7-40f7-923b-41dc8ebf8da1 ArtifactChecksum:NTJhNmRjY2I3OGEwNDdmNWFjNzFiZWZjY2JkNWZjZTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:51ed8ccd-ab62-4667-9ae7-a1b97810c210 ResourceInvariantUUID:bd4857f3-ad68-4788-b11b-faba3674a598 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:5771a5ef-761d-4be4-905e-22622115aad5 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-05-28T04:20:03.588Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ebf175de-04ac-4495-8d5f-944c3281991f 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-05-28T04:20:03.615Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:20:03.616Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-28T04:20:03.616Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-28T04:20:03.616Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5d713bd0-89e7-40f7-923b-41dc8ebf8da1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-28T04:20:03.617Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-05-28T04:20:03.617Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-28T04:20:04.801Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-05-28T04:20:04.803Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5d713bd0-89e7-40f7-923b-41dc8ebf8da1 52511 2022-05-28T04:20:04.804Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-28T04:20:04.804Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-28T04:20:04.805Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:20:04.805Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:20:04.806Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:20:04.807Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711604804, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:20:04.910Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-05-28T04:20:04.911Z||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-05-28T04:20:04.911Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:20:04.928Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:20:04.928Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:20:05.807Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:20:05.808Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-05-28T04:20:05.808Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5d713bd0-89e7-40f7-923b-41dc8ebf8da1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-28T04:20:05.808Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-05-28T04:20:05.809Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-28T04:20:05.809Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-28T04:20:05.960Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13319114238705856031/Definitions/service-BasicNetwork-template.yml 2022-05-28T04:20:06.321Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T04:20:06.321Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-05-28T04:20:06.321Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||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-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||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-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||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-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||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-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||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-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||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-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||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-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:20:06.322Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:20:06.323Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:20:06.324Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:20:06.324Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:20:06.324Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:20:06.324Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:20:06.324Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:20:06.324Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:ebf175de-04ac-4495-8d5f-944c3281991f Model Version:NULL Model InvariantUuid:1db212be-c071-4470-9cd0-ac5c8f4bf94b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:bd4857f3-ad68-4788-b11b-faba3674a598 Model UUID:e143385b-5f7a-4b76-95bc-65cf4fc6dc64 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:51ed8ccd-ab62-4667-9ae7-a1b97810c210 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-05-28T04:20:06.331Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 5771a5ef-761d-4be4-905e-22622115aad5 2022-05-28T04:20:06.332Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||No resources found for Service: ebf175de-04ac-4495-8d5f-944c3281991f 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-05-28T04:20:06.336Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500|| 2022-05-28T04:20:06.337Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-05-28T04:20:06.338Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||No resources found for Service: ebf175de-04ac-4495-8d5f-944c3281991f 2022-05-28T04:20:06.338Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ebf175de-04ac-4495-8d5f-944c3281991f 2022-05-28T04:20:06.338Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-05-28T04:20:06.338Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||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-05-28T04:20:06.343Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1de71da2, org.onap.sdc.toscaparser.api.parameters.Input@46473b54, org.onap.sdc.toscaparser.api.parameters.Input@2ac34a7, org.onap.sdc.toscaparser.api.parameters.Input@5cafbd04, org.onap.sdc.toscaparser.api.parameters.Input@7900a13e] 2022-05-28T04:20:06.344Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:20:06.344Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:20:06.345Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:20:06.345Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:20:06.345Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ebf175de-04ac-4495-8d5f-944c3281991f: Generic NeutronNet 2022-05-28T04:20:06.345Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:20:06.345Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:20:06.345Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:20:06.345Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||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-05-28T04:20:06.381Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:20:06.382Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:20:06.382Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:20:06.382Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:20:06.382Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:20:06.382Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:20:06.383Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||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-05-28T04:20:06.437Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-05-28T04:20:06.438Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-28T04:20:06.438Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-28T04:20:06.438Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:20:06.438Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:20:06.440Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:20:06.440Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711606437, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:20:06.540Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:20:06.541Z||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-05-28T04:20:06.541Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:20:06.553Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:20:06.553Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:20:07.440Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:20:07.451Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:20:07.454Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:20:07.454Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T04:20:07.454Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T04:20:37.455Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:20:37.471Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:20:37.475Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:20:37.475Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T04:20:37.476Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T04:20:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:20:52.503Z||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-05-28T04:20:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:20:52.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:20:52.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:20:52.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "cds", "timestamp": 1653711601671, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:20:52.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:21:07.476Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:21:07.487Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:21:07.490Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:21:07.491Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T04:21:07.491Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T04:21:37.491Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:21:37.503Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:21:37.505Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:21:37.505Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T04:21:37.505Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T04:21:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:21:52.503Z||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-05-28T04:21:52.504Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:21:52.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:21:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711592499, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:21:52.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:21:52.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "cds", "timestamp": 1653711601671, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:21:52.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:21:52.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711603646, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:21:52.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:21:52.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711604804, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:21:52.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:21:52.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711603646, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:21:52.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:21:52.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "policy-id", "timestamp": 1653711604213, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:21:52.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:21:52.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "multicloud-k8s-id", "timestamp": 1653711605366, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:21:52.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:21:52.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "policy-id", "timestamp": 1653711604213, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:21:52.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:21:52.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "cds", "timestamp": 1653711605972, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:21:52.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:21:52.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711606437, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:21:52.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:21:52.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711606921, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:21:52.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:21:52.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "multicloud-k8s-id", "timestamp": 1653711605366, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:21:52.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:21:52.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "cds", "timestamp": 1653711606978, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T04:21:52.548Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16b6152f-14e0-4e9c-afa3-856653222dd2 2022-05-28T04:21:52.548Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b6152f-14e0-4e9c-afa3-856653222dd2 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-05-28T04:21:52.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "policy-id", "timestamp": 1653711607007, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:21:52.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:21:52.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "clamp", "timestamp": 1653711607571, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:21:52.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:21:52.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "policy-id", "timestamp": 1653711608012, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:21:52.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:21:52.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711608588, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:21:52.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:21:52.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "clamp", "timestamp": 1653711607571, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:21:52.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:21:52.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "policy-id", "timestamp": 1653711609015, "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-05-28T04:21:52.561Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16b6152f-14e0-4e9c-afa3-856653222dd2 2022-05-28T04:21:52.562Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b6152f-14e0-4e9c-afa3-856653222dd2 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-05-28T04:21:52.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711609592, "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-05-28T04:21:52.572Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16b6152f-14e0-4e9c-afa3-856653222dd2 2022-05-28T04:21:52.572Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b6152f-14e0-4e9c-afa3-856653222dd2 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-05-28T04:21:52.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "ves-openapi-manager", "timestamp": 1653711611008, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:21:52.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:21:52.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "ves-openapi-manager", "timestamp": 1653711611008, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:21:52.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "aai-ml", "timestamp": 1653711615328, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:21:52.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "aai-ml", "timestamp": 1653711615328, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:21:52.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "aai-ml", "timestamp": 1653711618039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:21:52.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "clamp", "timestamp": 1653711621336, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:21:52.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "aai-ml", "timestamp": 1653711620905, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:21:52.579Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "aai-ml", "timestamp": 1653711621908, "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-05-28T04:21:52.582Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16b6152f-14e0-4e9c-afa3-856653222dd2 2022-05-28T04:21:52.582Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b6152f-14e0-4e9c-afa3-856653222dd2 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-05-28T04:21:52.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "clamp", "timestamp": 1653711623340, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:21:52.591Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:21:52.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:21:52.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "clamp", "timestamp": 1653711624342, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T04:21:52.594Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 16b6152f-14e0-4e9c-afa3-856653222dd2 2022-05-28T04:21:52.594Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16b6152f-14e0-4e9c-afa3-856653222dd2 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:22:07.506Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:22:07.518Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:22:07.524Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||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-05-28T04:22:07.528Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T04:22:37.530Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16b6152f-14e0-4e9c-afa3-856653222dd2 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-05-28T04:22:37.539Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16b6152f-14e0-4e9c-afa3-856653222dd2 and serviceModelVersionId: ebf175de-04ac-4495-8d5f-944c3281991f 2022-05-28T04:22:37.539Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1db212be-c071-4470-9cd0-ac5c8f4bf94b 2022-05-28T04:22:37.541Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1db212be-c071-4470-9cd0-ac5c8f4bf94b/model-vers/model-ver/ebf175de-04ac-4495-8d5f-944c3281991f?depth=0 2022-05-28T04:22:37.547Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T04:22:37.584Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1db212be-c071-4470-9cd0-ac5c8f4bf94b/model-vers/model-ver/ebf175de-04ac-4495-8d5f-944c3281991f?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-05-28T04:22:37.587Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1db212be-c071-4470-9cd0-ac5c8f4bf94b/model-vers/model-ver/ebf175de-04ac-4495-8d5f-944c3281991f?depth=0|INFO|500||Invoke 2022-05-28T04:22:37.611Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1db212be-c071-4470-9cd0-ac5c8f4bf94b/model-vers/model-ver/ebf175de-04ac-4495-8d5f-944c3281991f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T04:22:37.993Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1db212be-c071-4470-9cd0-ac5c8f4bf94b/model-vers/model-ver/ebf175de-04ac-4495-8d5f-944c3281991f?depth=0|INFO|500||InvokeReturn 2022-05-28T04:22:37.995Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1db212be-c071-4470-9cd0-ac5c8f4bf94b/model-vers/model-ver/ebf175de-04ac-4495-8d5f-944c3281991f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220528-04:22:38:073-80817], vertex-id=[229480], Content-Length=[0], Date=[Sat, 28 May 2022 04:22:38 GMT], Content-Type=[application/json]} 2022-05-28T04:22:37.995Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-05-28T04:22:37.996Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T04:22:37.996Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||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-05-28T04:22:38.004Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-28T04:22:38.004Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16b6152f-14e0-4e9c-afa3-856653222dd2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T04:22:38.005Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T04:22:38.005Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:22:38.007Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:22:38.007Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711758004, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T04:22:38.108Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:22:38.108Z||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-05-28T04:22:38.109Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:22:38.123Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:38.124Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-28T04:22:39.022Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:22:39.023Z||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-05-28T04:22:39.023Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:22:43.407Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:43.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-28T04:22:43.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9d4930c7-e2ee-4f37-ace4-49720183b915","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"1036ed8a-4dac-4f9f-925b-a3768a6e9b72","serviceDescription":"service","serviceInvariantUUID":"1e6ee828-89fc-4b71-9e0b-d70217b07cd7","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f076a154-714c-4480-ad2c-bda599e6483c","resourceInvariantUUID":"6d185681-6939-429a-a483-1ff649411f34","resourceCustomizationUUID":"d4ef55df-67da-4b59-bca3-3762bf5069a5","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":"NmZjZDc5MjRhN2NhZmI0YmIyMDBmMGI2YjFkYzFjMGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"114235ea-0755-4a6f-88ee-fe162766687e","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":"fa710537-86c7-4e22-9ce9-ef83972b4960","artifactVersion":"2","generatedFromUUID":"2cc1c7a7-9c60-4fcc-a739-3511bf723b48"},{"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":"2cc1c7a7-9c60-4fcc-a739-3511bf723b48","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":"NWU3MjgwZDYwZDVjZjBmNTZlMWRiOWM0YTU0YWQyODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"515c67cc-5e6f-4abc-b105-e97b990cb004","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":"2af388fa-d15c-4d3e-9dcc-dddc8c00e80b","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":"62daa301-12eb-48a6-8a00-e71bdae765dd","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":"d57ec452-2fb5-402e-b403-673016fb6d96","artifactVersion":"2","generatedFromUUID":"2af388fa-d15c-4d3e-9dcc-dddc8c00e80b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDBiYjU0ZTk3OTQ0YzM4N2Q3ODkxMTRjZTAyYjEzZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a6cba70e-3713-46fd-a2d9-17a54fadae7b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjMxMWNiYTY2OTlhYTg5MzEzYTFmZWQ1NzczYjRlOWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"67a784fc-948c-4366-9e51-52535c3dd7ef","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T04:22:43.410Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:22:43.410Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:22:43.412Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:22:43.412Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:43.512Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:22:43.514Z||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-05-28T04:22:43.514Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:22:43.528Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:43.528Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:22:44.413Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:22:44.413Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:22:44.415Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:22:44.415Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-28T04:22:44.516Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:22:44.517Z||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-05-28T04:22:44.517Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:22:44.532Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:44.533Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:22:45.416Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:22:45.417Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:22:45.419Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:22:45.419Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-28T04:22:45.522Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-05-28T04:22:45.523Z||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-05-28T04:22:45.523Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:22:45.537Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:45.538Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:22:46.420Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:22:46.421Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:22:46.422Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:22:46.422Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:22:46.523Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T04:22:46.524Z||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-05-28T04:22:46.524Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:22:46.536Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:46.537Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:22:47.423Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:22:47.424Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:22:47.425Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:22:47.425Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-28T04:22:47.526Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T04:22:47.527Z||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-05-28T04:22:47.527Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:22:47.543Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:47.544Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:22:48.426Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:22:48.427Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:22:48.430Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:22:48.431Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:48.530Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:22:48.531Z||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-05-28T04:22:48.532Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:22:48.553Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:48.554Z||pool-45-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:22:49.431Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:22:49.432Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:22:49.433Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:22:49.433Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-28T04:22:49.534Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:22:49.535Z||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-05-28T04:22:49.535Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:22:49.549Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:49.550Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:22:50.434Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:22:50.435Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:22:50.436Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:22:50.437Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:50.537Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:22:50.538Z||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-05-28T04:22:50.539Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:22:50.552Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:50.553Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:22:51.437Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:22:51.438Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:22:51.440Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:22:51.440Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:22:51.540Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:22:51.541Z||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-05-28T04:22:51.541Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:22:51.577Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:51.577Z||pool-48-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:22:52.441Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "1036ed8a-4dac-4f9f-925b-a3768a6e9b72", "serviceDescription": "service", "serviceInvariantUUID": "1e6ee828-89fc-4b71-9e0b-d70217b07cd7", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "d4ef55df-67da-4b59-bca3-3762bf5069a5", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f076a154-714c-4480-ad2c-bda599e6483c", "resourceInvariantUUID": "6d185681-6939-429a-a483-1ff649411f34", "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": "fa710537-86c7-4e22-9ce9-ef83972b4960", "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": "2cc1c7a7-9c60-4fcc-a739-3511bf723b48", "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": "NWU3MjgwZDYwZDVjZjBmNTZlMWRiOWM0YTU0YWQyODM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "515c67cc-5e6f-4abc-b105-e97b990cb004", "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": "2af388fa-d15c-4d3e-9dcc-dddc8c00e80b", "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": "d57ec452-2fb5-402e-b403-673016fb6d96", "generatedFromUUID": "2af388fa-d15c-4d3e-9dcc-dddc8c00e80b" }, "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": "d57ec452-2fb5-402e-b403-673016fb6d96", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZjMxMWNiYTY2OTlhYTg5MzEzYTFmZWQ1NzczYjRlOWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "67a784fc-948c-4366-9e51-52535c3dd7ef" } ], "workloadContext": "Production" } 2022-05-28T04:22:52.442Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T04:22:52.442Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1036ed8a-4dac-4f9f-925b-a3768a6e9b72 ASDC 2022-05-28T04:22:52.443Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:9d4930c7-e2ee-4f37-ace4-49720183b915 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:1036ed8a-4dac-4f9f-925b-a3768a6e9b72 ServiceInvariantUUID:1e6ee828-89fc-4b71-9e0b-d70217b07cd7 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:67a784fc-948c-4366-9e51-52535c3dd7ef ArtifactChecksum:ZjMxMWNiYTY2OTlhYTg5MzEzYTFmZWQ1NzczYjRlOWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:d4ef55df-67da-4b59-bca3-3762bf5069a5 ResourceInvariantUUID:6d185681-6939-429a-a483-1ff649411f34 ResourceName:basic_cnf ResourceType:VF ResourceUUID:f076a154-714c-4480-ad2c-bda599e6483c 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:fa710537-86c7-4e22-9ce9-ef83972b4960 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:2cc1c7a7-9c60-4fcc-a739-3511bf723b48 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:515c67cc-5e6f-4abc-b105-e97b990cb004 ArtifactChecksum:NWU3MjgwZDYwZDVjZjBmNTZlMWRiOWM0YTU0YWQyODM= 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:2af388fa-d15c-4d3e-9dcc-dddc8c00e80b 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:d57ec452-2fb5-402e-b403-673016fb6d96 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:d57ec452-2fb5-402e-b403-673016fb6d96 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-28T04:22:52.443Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1036ed8a-4dac-4f9f-925b-a3768a6e9b72 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-05-28T04:22:52.477Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:22:52.478Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-28T04:22:52.478Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-28T04:22:52.478Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 67a784fc-948c-4366-9e51-52535c3dd7ef from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-28T04:22:52.478Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-28T04:22:52.478Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-28T04:22:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:22:52.502Z||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-05-28T04:22:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:22:52.520Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:52.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "clamp", "timestamp": 1653711667571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "ves-openapi-manager", "timestamp": 1653711671008, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711663646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "multicloud-k8s-id", "timestamp": 1653711665366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "policy-id", "timestamp": 1653711664213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "ves-openapi-manager", "timestamp": 1653711671008, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "multicloud-k8s-id", "timestamp": 1653711665366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711663646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "clamp", "timestamp": 1653711667571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "policy-id", "timestamp": 1653711664213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "ves-openapi-manager", "timestamp": 1653711671008, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711663646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "clamp", "timestamp": 1653711667571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "multicloud-k8s-id", "timestamp": 1653711665366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "policy-id", "timestamp": 1653711664213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "ves-openapi-manager", "timestamp": 1653711671008, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "clamp", "timestamp": 1653711667571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "policy-id", "timestamp": 1653711664213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711663646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "multicloud-k8s-id", "timestamp": 1653711665366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "aai-ml", "timestamp": 1653711675328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "ves-openapi-manager", "timestamp": 1653711671008, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "clamp", "timestamp": 1653711667571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711663646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "policy-id", "timestamp": 1653711664213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "multicloud-k8s-id", "timestamp": 1653711665366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-28T04:22:52.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "aai-ml", "timestamp": 1653711675328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "cds", "timestamp": 1653711676671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "ves-openapi-manager", "timestamp": 1653711671008, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "clamp", "timestamp": 1653711667571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "policy-id", "timestamp": 1653711664213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711663646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "multicloud-k8s-id", "timestamp": 1653711665366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "aai-ml", "timestamp": 1653711675328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "cds", "timestamp": 1653711676671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "ves-openapi-manager", "timestamp": 1653711671008, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.540Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "clamp", "timestamp": 1653711667571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "policy-id", "timestamp": 1653711664213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711663646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "multicloud-k8s-id", "timestamp": 1653711665366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "aai-ml", "timestamp": 1653711675328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "cds", "timestamp": 1653711676671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "ves-openapi-manager", "timestamp": 1653711671008, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.541Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "clamp", "timestamp": 1653711667571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711663646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "policy-id", "timestamp": 1653711664213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "multicloud-k8s-id", "timestamp": 1653711665366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "aai-ml", "timestamp": 1653711675328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "cds", "timestamp": 1653711676671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "ves-openapi-manager", "timestamp": 1653711671008, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "clamp", "timestamp": 1653711667571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:22:52.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "policy-id", "timestamp": 1653711664213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:22:52.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711663646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:22:52.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "multicloud-k8s-id", "timestamp": 1653711665366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:22:52.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "aai-ml", "timestamp": 1653711675328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "cds", "timestamp": 1653711676671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711682350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:52.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "policy-id", "timestamp": 1653711681896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:52.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "aai-ml", "timestamp": 1653711675328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "multicloud-k8s-id", "timestamp": 1653711682211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "cds", "timestamp": 1653711676671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "policy-id", "timestamp": 1653711682900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "aai-ml", "timestamp": 1653711675328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "multicloud-k8s-id", "timestamp": 1653711683320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "cds", "timestamp": 1653711676671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "policy-id", "timestamp": 1653711683903, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-05-28T04:22:52.547Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-28T04:22:52.550Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 67a784fc-948c-4366-9e51-52535c3dd7ef 68959 2022-05-28T04:22:52.550Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d4930c7-e2ee-4f37-ace4-49720183b915 2022-05-28T04:22:52.551Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d4930c7-e2ee-4f37-ace4-49720183b915 and ComponentName POLICY 2022-05-28T04:22:52.551Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-28T04:22:52.551Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-28T04:22:52.551Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:22:52.551Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-05-28T04:22:52.553Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:22:52.553Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711772551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:52.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "aai-ml", "timestamp": 1653711675328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:22:52.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711684542, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:22:52.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "multicloud-k8s-id", "timestamp": 1653711684401, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:52.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "cds", "timestamp": 1653711676671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "aai-ml", "timestamp": 1653711685075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:52.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711685546, "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-05-28T04:22:52.561Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9d4930c7-e2ee-4f37-ace4-49720183b915 2022-05-28T04:22:52.561Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d4930c7-e2ee-4f37-ace4-49720183b915 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-05-28T04:22:52.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "multicloud-k8s-id", "timestamp": 1653711685473, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:52.568Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "cds", "timestamp": 1653711676671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:22:52.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "policy-id", "timestamp": 1653711684907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "multicloud-k8s-id", "timestamp": 1653711686586, "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-05-28T04:22:52.571Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d4930c7-e2ee-4f37-ace4-49720183b915 2022-05-28T04:22:52.571Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d4930c7-e2ee-4f37-ace4-49720183b915 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-28T04:22:52.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "cds", "timestamp": 1653711686435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:52.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "policy-id", "timestamp": 1653711684907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "multicloud-k8s-id", "timestamp": 1653711687592, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:22:52.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "cds", "timestamp": 1653711687468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T04:22:52.578Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9d4930c7-e2ee-4f37-ace4-49720183b915 2022-05-28T04:22:52.579Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d4930c7-e2ee-4f37-ace4-49720183b915 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-05-28T04:22:52.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "policy-id", "timestamp": 1653711684907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "multicloud-k8s-id", "timestamp": 1653711688602, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "policy-id", "timestamp": 1653711684907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "clamp", "timestamp": 1653711690348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:52.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "multicloud-k8s-id", "timestamp": 1653711688602, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "policy-id", "timestamp": 1653711684907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "multicloud-k8s-id", "timestamp": 1653711688602, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "policy-id", "timestamp": 1653711684907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "ves-openapi-manager", "timestamp": 1653711691008, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "aai-ml", "timestamp": 1653711691759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "clamp", "timestamp": 1653711692354, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "multicloud-k8s-id", "timestamp": 1653711688602, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "cds", "timestamp": 1653711691671, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "policy-id", "timestamp": 1653711684907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "ves-openapi-manager", "timestamp": 1653711691008, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "aai-ml", "timestamp": 1653711692764, "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-05-28T04:22:52.594Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d4930c7-e2ee-4f37-ace4-49720183b915 2022-05-28T04:22:52.594Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d4930c7-e2ee-4f37-ace4-49720183b915 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-05-28T04:22:52.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "clamp", "timestamp": 1653711693357, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T04:22:52.603Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9d4930c7-e2ee-4f37-ace4-49720183b915 2022-05-28T04:22:52.604Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d4930c7-e2ee-4f37-ace4-49720183b915 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:22:52.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "multicloud-k8s-id", "timestamp": 1653711688602, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "policy-id", "timestamp": 1653711684907, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:22:52.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "cds", "timestamp": 1653711691671, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "ves-openapi-manager", "timestamp": 1653711691008, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711693646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "multicloud-k8s-id", "timestamp": 1653711688602, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "cds", "timestamp": 1653711691671, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "ves-openapi-manager", "timestamp": 1653711691008, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711693646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "multicloud-k8s-id", "timestamp": 1653711688602, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "policy-id", "timestamp": 1653711695269, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:52.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "cds", "timestamp": 1653711691671, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "ves-openapi-manager", "timestamp": 1653711691008, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711693646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "multicloud-k8s-id", "timestamp": 1653711688602, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:22:52.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "policy-id", "timestamp": 1653711696272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:22:52.618Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "cds", "timestamp": 1653711691671, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "ves-openapi-manager", "timestamp": 1653711691008, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-28T04:22:52.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711693646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "policy-id", "timestamp": 1653711697275, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:22:52.630Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d7e4566-8473-444c-af94-f803766e6be4 2022-05-28T04:22:52.630Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d7e4566-8473-444c-af94-f803766e6be4 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-05-28T04:22:52.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "cds", "timestamp": 1653711691671, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "ves-openapi-manager", "timestamp": 1653711691008, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "clamp", "timestamp": 1653711697571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711693646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "cds", "timestamp": 1653711691671, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "ves-openapi-manager", "timestamp": 1653711691008, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "clamp", "timestamp": 1653711697571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711693646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "cds", "timestamp": 1653711691671, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:22:52.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "clamp", "timestamp": 1653711697571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711693646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "ves-openapi-manager", "timestamp": 1653711699991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:52.639Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "cds", "timestamp": 1653711700565, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:52.639Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "clamp", "timestamp": 1653711697571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711693646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:22:52.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "ves-openapi-manager", "timestamp": 1653711701120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-28T04:22:52.640Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "cds", "timestamp": 1653711701572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-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-05-28T04:22:52.643Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1d7e4566-8473-444c-af94-f803766e6be4 2022-05-28T04:22:52.643Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d7e4566-8473-444c-af94-f803766e6be4 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-05-28T04:22:52.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "clamp", "timestamp": 1653711697571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711702469, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:52.649Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "ves-openapi-manager", "timestamp": 1653711702124, "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-05-28T04:22:52.652Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1d7e4566-8473-444c-af94-f803766e6be4 2022-05-28T04:22:52.652Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d7e4566-8473-444c-af94-f803766e6be4 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=? 2022-05-28T04:22:52.654Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:22:52.654Z||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-05-28T04:22:52.654Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:22:52.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "cds", "timestamp": 1653711691671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "clamp", "timestamp": 1653711697571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "ves-openapi-manager", "timestamp": 1653711691008, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "cds", "timestamp": 1653711691671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "clamp", "timestamp": 1653711697571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711704261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "ves-openapi-manager", "timestamp": 1653711691008, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "cds", "timestamp": 1653711691671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "clamp", "timestamp": 1653711697571, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711705265, "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-05-28T04:22:52.662Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1d7e4566-8473-444c-af94-f803766e6be4 2022-05-28T04:22:52.662Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d7e4566-8473-444c-af94-f803766e6be4 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-05-28T04:22:52.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "policy-id", "timestamp": 1653711704213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.668Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:52.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "ves-openapi-manager", "timestamp": 1653711691008, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "cds", "timestamp": 1653711691671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.669Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:22:52.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711693646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "policy-id", "timestamp": 1653711704213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1653711705366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "aai-ml", "timestamp": 1653711705328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "ves-openapi-manager", "timestamp": 1653711691008, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "cds", "timestamp": 1653711691671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711693646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "policy-id", "timestamp": 1653711704213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-28T04:22:52.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1653711705366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:22:52.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "aai-ml", "timestamp": 1653711705328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "ves-openapi-manager", "timestamp": 1653711691008, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "cds", "timestamp": 1653711691671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711693646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "policy-id", "timestamp": 1653711704213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1653711705366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-28T04:22:52.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "aai-ml", "timestamp": 1653711705328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "ves-openapi-manager", "timestamp": 1653711691008, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "cds", "timestamp": 1653711691671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:22:52.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711693646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "policy-id", "timestamp": 1653711704213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1653711705366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "aai-ml", "timestamp": 1653711705328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "ves-openapi-manager", "timestamp": 1653711691008, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "cds", "timestamp": 1653711709689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:52.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711693646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "policy-id", "timestamp": 1653711704213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1653711705366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-28T04:22:52.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "aai-ml", "timestamp": 1653711705328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "cds", "timestamp": 1653711710695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:22:52.689Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 76c753c2-a741-4fd8-baf0-288642031f8b 2022-05-28T04:22:52.689Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76c753c2-a741-4fd8-baf0-288642031f8b 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-05-28T04:22:52.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711693646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "policy-id", "timestamp": 1653711704213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:22:52.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1653711705366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "aai-ml", "timestamp": 1653711705328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711693646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:22:52.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "policy-id", "timestamp": 1653711711932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:52.703Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:22:52.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1653711705366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:22:52.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:52.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:22:52.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "aai-ml", "timestamp": 1653711705328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:22:52.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:22:53.554Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:22:53.555Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-28T04:22:53.555Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 67a784fc-948c-4366-9e51-52535c3dd7ef, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-28T04:22:53.556Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-05-28T04:22:53.556Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-28T04:22:53.556Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-28T04:22:53.638Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11952967562490470296/Definitions/service-BasicCnf-template.yml 2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|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-BasicCnf-csar.csar 2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:54.408Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-05-28T04:22:54.409Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-28T04:22:54.410Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=933d4caf-64b6-4678-bda1-e12417018db7 2022-05-28T04:22:54.411Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:54.411Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:22:54.411Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:54.411Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:22:54.411Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:54.411Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:22:54.411Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:54.411Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:22:54.411Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:1036ed8a-4dac-4f9f-925b-a3768a6e9b72 Model Version:NULL Model InvariantUuid:1e6ee828-89fc-4b71-9e0b-d70217b07cd7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:9a87cdf9-d87f-4c67-8f95-d50bcaf6804c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6d185681-6939-429a-a483-1ff649411f34 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d4ef55df-67da-4b59-bca3-3762bf5069a5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3f4fe242-3202-4ee9-8616-e2e49d9bae24 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:8c52fdc9-d935-43bf-98c5-3bab0a1db79e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:933d4caf-64b6-4678-bda1-e12417018db7 ModelInvariantUuid:bbb33ee9-502d-44be-a86d-919504520778 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:a753c7e0-b9ff-4bea-8caa-9d4804a95600 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:91e35a7c-f29a-48bf-bb93-1bd8632f5001 ModelInvariantUuid:0d59ed2d-c6df-4e7e-96ec-e7705ff3c853 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:3c18687f-f2c3-47de-9226-8f909b308429 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-05-28T04:22:54.418Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: f076a154-714c-4480-ad2c-bda599e6483c 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-05-28T04:22:54.421Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||basic_cnf 0 2022-05-28T04:22:54.421Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f076a154-714c-4480-ad2c-bda599e6483c 2022-05-28T04:22:54.421Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fa710537-86c7-4e22-9ce9-ef83972b4960 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-28T04:22:54.421Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-28T04:22:54.421Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:54.474Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-28T04:22:54.474Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env fa710537-86c7-4e22-9ce9-ef83972b4960 12 2022-05-28T04:22:54.475Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:54.475Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:54.475Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:22:54.475Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:22:54.477Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:22:54.477Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711774475, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:54.577Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:22:54.578Z||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-05-28T04:22:54.578Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:22:54.593Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:54.594Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:22:55.478Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2cc1c7a7-9c60-4fcc-a739-3511bf723b48 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-28T04:22:55.478Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-28T04:22:55.479Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:55.528Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-28T04:22:55.528Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2cc1c7a7-9c60-4fcc-a739-3511bf723b48 2688 2022-05-28T04:22:55.528Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:55.528Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:55.528Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:22:55.529Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:22:55.530Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:22:55.530Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711775528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:55.630Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:22:55.631Z||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-05-28T04:22:55.631Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:22:55.646Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:55.647Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:22:56.531Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 515c67cc-5e6f-4abc-b105-e97b990cb004 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-28T04:22:56.532Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-28T04:22:56.532Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:56.586Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-28T04:22:56.586Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 515c67cc-5e6f-4abc-b105-e97b990cb004 828 2022-05-28T04:22:56.586Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:56.587Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:56.587Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:22:56.587Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:22:56.588Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:22:56.588Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711776586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:56.689Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T04:22:56.690Z||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-05-28T04:22:56.690Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:22:56.705Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:56.705Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:22:57.589Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "3f4fe242-3202-4ee9-8616-e2e49d9bae24", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8c52fdc9-d935-43bf-98c5-3bab0a1db79e", "vfModuleModelCustomizationUUID": "821dc665-b2ba-44fd-9370-3f830d40dac7", "isBase": true, "artifacts": [ "2cc1c7a7-9c60-4fcc-a739-3511bf723b48", "2af388fa-d15c-4d3e-9dcc-dddc8c00e80b", "d57ec452-2fb5-402e-b403-673016fb6d96" ], "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-05-28T04:22:57.593Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8c52fdc9-d935-43bf-98c5-3bab0a1db79e VfModuleModelInvariantUUID:3f4fe242-3202-4ee9-8616-e2e49d9bae24 VfModuleModelDescription:NULL Artifacts UUID List:{ 2cc1c7a7-9c60-4fcc-a739-3511bf723b48 , 2af388fa-d15c-4d3e-9dcc-dddc8c00e80b , d57ec452-2fb5-402e-b403-673016fb6d96 } 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-05-28T04:22:57.595Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "3f4fe242-3202-4ee9-8616-e2e49d9bae24", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8c52fdc9-d935-43bf-98c5-3bab0a1db79e", "vfModuleModelCustomizationUUID": "821dc665-b2ba-44fd-9370-3f830d40dac7", "isBase": true, "artifacts": [ "2cc1c7a7-9c60-4fcc-a739-3511bf723b48", "2af388fa-d15c-4d3e-9dcc-dddc8c00e80b", "d57ec452-2fb5-402e-b403-673016fb6d96" ], "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-05-28T04:22:57.596Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8c52fdc9-d935-43bf-98c5-3bab0a1db79e VfModuleModelInvariantUUID:3f4fe242-3202-4ee9-8616-e2e49d9bae24 VfModuleModelDescription:NULL Artifacts UUID List:{ 2cc1c7a7-9c60-4fcc-a739-3511bf723b48 , 2af388fa-d15c-4d3e-9dcc-dddc8c00e80b , d57ec452-2fb5-402e-b403-673016fb6d96 } 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-05-28T04:22:57.596Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2af388fa-d15c-4d3e-9dcc-dddc8c00e80b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-28T04:22:57.596Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-28T04:22:57.596Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:57.652Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-28T04:22:57.652Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2af388fa-d15c-4d3e-9dcc-dddc8c00e80b 1164 2022-05-28T04:22:57.653Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:57.653Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:57.653Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:22:57.653Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:22:57.656Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:22:57.656Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711777653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:57.757Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T04:22:57.758Z||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-05-28T04:22:57.758Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:22:57.770Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:57.771Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:22:58.657Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d57ec452-2fb5-402e-b403-673016fb6d96 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-28T04:22:58.657Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-28T04:22:58.657Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:58.714Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-28T04:22:58.714Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d57ec452-2fb5-402e-b403-673016fb6d96 200 2022-05-28T04:22:58.715Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:58.715Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:58.715Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:22:58.715Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:22:58.716Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:22:58.717Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711778714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:22:58.817Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:22:58.818Z||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-05-28T04:22:58.818Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:22:58.832Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:58.833Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:22:59.717Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1036ed8a-4dac-4f9f-925b-a3768a6e9b72 2022-05-28T04:22:59.717Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f076a154-714c-4480-ad2c-bda599e6483c ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-05-28T04:22:59.735Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T04:22:59.742Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@304d5ee2, org.onap.sdc.toscaparser.api.parameters.Input@51487548, org.onap.sdc.toscaparser.api.parameters.Input@6be53d81, org.onap.sdc.toscaparser.api.parameters.Input@450cb3bf, org.onap.sdc.toscaparser.api.parameters.Input@1f6c5fb2] 2022-05-28T04:22:59.743Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:59.743Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:22:59.744Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-05-28T04:22:59.744Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d4ef55df-67da-4b59-bca3-3762bf5069a5 2022-05-28T04:22:59.744Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d4ef55df-67da-4b59-bca3-3762bf5069a5 matches Tosca VF Customization UUID: d4ef55df-67da-4b59-bca3-3762bf5069a5 2022-05-28T04:22:59.744Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d4ef55df-67da-4b59-bca3-3762bf5069a5 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-05-28T04:22:59.746Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:59.746Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:22:59.746Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d4ef55df-67da-4b59-bca3-3762bf5069a5: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-05-28T04:22:59.747Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f66753b 2022-05-28T04:22:59.747Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:59.747Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T04:22:59.747Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 821dc665-b2ba-44fd-9370-3f830d40dac7 2022-05-28T04:22:59.747Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 821dc665-b2ba-44fd-9370-3f830d40dac7 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-05-28T04:22:59.749Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:59.749Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-28T04:22:59.749Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:22:59.749Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:59.749Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-28T04:22:59.749Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:22:59.749Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:59.750Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-28T04:22:59.750Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-28T04:22:59.750Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=933d4caf-64b6-4678-bda1-e12417018db7 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-05-28T04:22:59.752Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:59.752Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-28T04:22:59.752Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:22:59.752Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:59.752Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-28T04:22:59.752Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d4ef55df-67da-4b59-bca3-3762bf5069a5 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-05-28T04:22:59.753Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:59.753Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:22:59.754Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1036ed8a-4dac-4f9f-925b-a3768a6e9b72: basic_cnf 2022-05-28T04:22:59.754Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:59.754Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:22:59.754Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:59.754Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:22:59.754Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:59.754Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:22:59.754Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:59.754Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:22:59.754Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:22:59.754Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:22:59.754Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:59.825Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f076a154-714c-4480-ad2c-bda599e6483c 1 ASDC deployResourceStructure 2022-05-28T04:22:59.826Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:59.826Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:22:59.826Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-28T04:22:59.826Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:22:59.830Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:22:59.830Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711779826, "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-05-28T04:22:59.928Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-05-28T04:22:59.929Z||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-05-28T04:22:59.929Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:22:59.941Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:22:59.942Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:23:00.831Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:23:00.831Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:23:00.831Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-28T04:23:00.831Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:23:00.833Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:23:00.833Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711780830, "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-05-28T04:23:00.933Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:23:00.934Z||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-05-28T04:23:00.934Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:23:00.949Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:23:00.950Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:23:01.834Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:23:01.834Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:23:01.834Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:23:01.834Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:23:01.836Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:23:01.837Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711781834, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:23:01.937Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:23:01.938Z||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-05-28T04:23:01.938Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:23:01.951Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:23:01.951Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:23:02.839Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:23:02.840Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:23:02.840Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:23:02.841Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:23:02.843Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:23:02.843Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711782839, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-28T04:23:02.943Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:23:02.944Z||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-05-28T04:23:02.944Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:23:02.958Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:23:02.958Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:23:03.844Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:23:03.845Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||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-05-28T04:23:03.845Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:23:03.845Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:23:03.846Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:23:03.846Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711783844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-28T04:23:03.947Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:23:03.947Z||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-05-28T04:23:03.948Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:23:03.960Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:23:03.961Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:23:04.847Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-28T04:23:04.848Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-28T04:23:04.848Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:23:04.850Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:23:04.860Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:23:04.886Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711784847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:23:04.985Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:23:04.986Z||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-05-28T04:23:04.986Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:23:05.003Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:23:05.004Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:23:05.887Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d4930c7-e2ee-4f37-ace4-49720183b915 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:23:05.897Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d4930c7-e2ee-4f37-ace4-49720183b915 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:23:05.899Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:23:05.899Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T04:23:05.899Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T04:23:05.899Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T04:23:05.899Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:23:05.899Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:23:05.899Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:23:05.899Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:23:05.899Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:23:05.899Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:23:05.899Z|9d4930c7-e2ee-4f37-ace4-49720183b915|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-05-28T04:23:05.902Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T04:23:35.903Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9d4930c7-e2ee-4f37-ace4-49720183b915 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-05-28T04:23:35.913Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9d4930c7-e2ee-4f37-ace4-49720183b915 and serviceModelVersionId: 1036ed8a-4dac-4f9f-925b-a3768a6e9b72 2022-05-28T04:23:35.913Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e6ee828-89fc-4b71-9e0b-d70217b07cd7 2022-05-28T04:23:35.914Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e6ee828-89fc-4b71-9e0b-d70217b07cd7/model-vers/model-ver/1036ed8a-4dac-4f9f-925b-a3768a6e9b72?depth=0 2022-05-28T04:23:35.918Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T04:23:35.952Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6ee828-89fc-4b71-9e0b-d70217b07cd7/model-vers/model-ver/1036ed8a-4dac-4f9f-925b-a3768a6e9b72?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-05-28T04:23:35.953Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6ee828-89fc-4b71-9e0b-d70217b07cd7/model-vers/model-ver/1036ed8a-4dac-4f9f-925b-a3768a6e9b72?depth=0|INFO|500||Invoke 2022-05-28T04:23:35.980Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6ee828-89fc-4b71-9e0b-d70217b07cd7/model-vers/model-ver/1036ed8a-4dac-4f9f-925b-a3768a6e9b72?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T04:23:36.794Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6ee828-89fc-4b71-9e0b-d70217b07cd7/model-vers/model-ver/1036ed8a-4dac-4f9f-925b-a3768a6e9b72?depth=0|INFO|500||InvokeReturn 2022-05-28T04:23:36.794Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6ee828-89fc-4b71-9e0b-d70217b07cd7/model-vers/model-ver/1036ed8a-4dac-4f9f-925b-a3768a6e9b72?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220528-04:23:36:445-94686], vertex-id=[397384], Content-Length=[0], Date=[Sat, 28 May 2022 04:23:36 GMT], Content-Type=[application/json]} 2022-05-28T04:23:36.795Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-05-28T04:23:36.795Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T04:23:36.795Z|9d4930c7-e2ee-4f37-ace4-49720183b915|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-05-28T04:23:36.799Z|9d4930c7-e2ee-4f37-ace4-49720183b915|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-05-28T04:23:36.800Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9d4930c7-e2ee-4f37-ace4-49720183b915 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T04:23:36.800Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T04:23:36.800Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:23:36.802Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:23:36.802Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711816800, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T04:23:36.902Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:23:36.903Z||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-05-28T04:23:36.903Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:23:36.919Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:23:36.920Z||pool-61-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-05-28T04:23:37.814Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-28T04:23:37.814Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1d7e4566-8473-444c-af94-f803766e6be4","serviceName":"Demo_pNF_qTzL8nplsZjVwXuKaHCd","serviceVersion":"1.0","serviceUUID":"2945590c-9830-47cc-a7ca-bffc31b69d12","serviceDescription":"catalog service description","serviceInvariantUUID":"64feec8a-1b13-42bb-a560-428b14b038b4","resources":[{"resourceInstanceName":"pNF 6201ffc6-354a 0","resourceName":"pNF 6201ffc6-354a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5b11f317-bfa1-437e-b579-95d60c642371","resourceInvariantUUID":"319fa0d4-7375-4336-b178-015e1d74b830","resourceCustomizationUUID":"5f30b98b-6b54-47ec-9230-9eaa2b35303c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vf-license-model.xml","artifactChecksum":"NDU1MWRlYjY1NDhkMGY0YWI4NmE4M2RiOWYxOGQ2NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b0daa968-0742-4c01-b067-03945bfb337a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/pNF.csar","artifactChecksum":"MjRlODE0ZWFlZjJjODYyODUzYWNjMzNhOGNlZTM2NzI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a5131cd-23cf-4f16-9d41-e4f91ac60598","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63c0327f-0b8c-421f-a825-8861f1cad0be","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vendor-license-model.xml","artifactChecksum":"ODJjMDQwMDMwZTczZTc2NDkzMGQ2NmVkZTYzODhmMGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"556e3a7d-287b-4a71-b50c-443e5b556fbf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e670fe8c-3ca5-4868-bc67-6a0aa0f1753d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55ceb975-dee8-470e-baf3-4633c951d4f3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQtzl8nplszjvwxukahcd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-template.yml","artifactChecksum":"NjkxMjk1MjI5MjY1Mzk5YzMyOTEzYTQ5OGNjYzc0MjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0c4a6ae-9c85-40e4-945e-0a0b1d8a925c","artifactVersion":"1"},{"artifactName":"service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar","artifactChecksum":"OGM3ZTgzZTE4YzQwM2M1ZTQwNjRhZTBmZWQxNmRjODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60dd4601-76a5-4d32-bb0a-1eb6bef77542","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T04:23:37.815Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:23:37.815Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:23:37.816Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:23:37.816Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:23:37.917Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T04:23:37.918Z||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-05-28T04:23:37.918Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:23:37.932Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:23:37.932Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:23:38.817Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:23:38.817Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:23:38.819Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:23:38.819Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:23:38.919Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:23:38.921Z||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-05-28T04:23:38.921Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:23:38.935Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:23:38.935Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:23:39.820Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:23:39.820Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:23:39.822Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:23:39.822Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T04:23:39.922Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:23:39.923Z||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-05-28T04:23:39.923Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:23:39.937Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:23:39.937Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:23:40.822Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:23:40.823Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:23:40.825Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:23:40.825Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:23:40.925Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:23:40.926Z||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-05-28T04:23:40.927Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:23:40.939Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:23:40.939Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:23:41.825Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:23:41.826Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:23:41.835Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:23:41.836Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:23:41.928Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-05-28T04:23:41.929Z||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-05-28T04:23:41.929Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:23:41.941Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:23:41.942Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:23:42.836Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:23:42.837Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:23:42.839Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:23:42.839Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:23:42.939Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:23:42.940Z||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-05-28T04:23:42.940Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:23:42.955Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:23:42.955Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:23:43.840Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:23:43.842Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:23:43.844Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:23:43.845Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:23:43.944Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:23:43.946Z||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-05-28T04:23:43.946Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:23:43.959Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:23:43.960Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:23:44.845Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:23:44.846Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:23:44.848Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:23:44.848Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:23:44.948Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:23:44.949Z||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-05-28T04:23:44.949Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:23:44.966Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:23:44.966Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:23:45.850Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "serviceName": "Demo_pNF_qTzL8nplsZjVwXuKaHCd", "serviceVersion": "1.0", "serviceUUID": "2945590c-9830-47cc-a7ca-bffc31b69d12", "serviceDescription": "catalog service description", "serviceInvariantUUID": "64feec8a-1b13-42bb-a560-428b14b038b4", "resources": [ { "resourceInstanceName": "pNF 6201ffc6-354a 0", "resourceCustomizationUUID": "5f30b98b-6b54-47ec-9230-9eaa2b35303c", "resourceName": "pNF 6201ffc6-354a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5b11f317-bfa1-437e-b579-95d60c642371", "resourceInvariantUUID": "319fa0d4-7375-4336-b178-015e1d74b830", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "artifactChecksum": "OGM3ZTgzZTE4YzQwM2M1ZTQwNjRhZTBmZWQxNmRjODk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "60dd4601-76a5-4d32-bb0a-1eb6bef77542" } ], "workloadContext": "Production" } 2022-05-28T04:23:45.850Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T04:23:45.850Z|9d4930c7-e2ee-4f37-ace4-49720183b915|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2945590c-9830-47cc-a7ca-bffc31b69d12 ASDC 2022-05-28T04:23:45.851Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:1d7e4566-8473-444c-af94-f803766e6be4 ServiceName:Demo_pNF_qTzL8nplsZjVwXuKaHCd ServiceVersion:1.0 ServiceUUID:2945590c-9830-47cc-a7ca-bffc31b69d12 ServiceInvariantUUID:64feec8a-1b13-42bb-a560-428b14b038b4 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar ArtifactUUID:60dd4601-76a5-4d32-bb0a-1eb6bef77542 ArtifactChecksum:OGM3ZTgzZTE4YzQwM2M1ZTQwNjRhZTBmZWQxNmRjODk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6201ffc6-354a 0 ResourceCustomizationUUID:5f30b98b-6b54-47ec-9230-9eaa2b35303c ResourceInvariantUUID:319fa0d4-7375-4336-b178-015e1d74b830 ResourceName:pNF 6201ffc6-354a ResourceType:PNF ResourceUUID:5b11f317-bfa1-437e-b579-95d60c642371 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-28T04:23:45.851Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2945590c-9830-47cc-a7ca-bffc31b69d12 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-05-28T04:23:45.878Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:23:45.879Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-28T04:23:45.879Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-28T04:23:45.879Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 60dd4601-76a5-4d32-bb0a-1eb6bef77542 from URL: /sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar 2022-05-28T04:23:45.879Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-28T04:23:45.880Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar 2022-05-28T04:23:45.942Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-28T04:23:45.944Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar 60dd4601-76a5-4d32-bb0a-1eb6bef77542 82655 2022-05-28T04:23:45.944Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar ASDC sendASDCNotification 2022-05-28T04:23:45.944Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar 2022-05-28T04:23:45.944Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:23:45.945Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:23:45.946Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:23:45.946Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711825944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:23:46.047Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T04:23:46.047Z||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-05-28T04:23:46.048Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:23:46.060Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:23:46.061Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:23:46.947Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:23:46.949Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-28T04:23:46.949Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 60dd4601-76a5-4d32-bb0a-1eb6bef77542, URL: /sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar to file: /app/ASDC/1/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar 2022-05-28T04:23:46.950Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar 2022-05-28T04:23:46.950Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar 2022-05-28T04:23:46.950Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar 2022-05-28T04:23:47.013Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13170103028191355968/Definitions/service-DemoPnfQtzl8nplszjvwxukahcd-template.yml 2022-05-28T04:23:47.543Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T04:23:47.543Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-28T04:23:47.543Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar 2022-05-28T04:23:47.544Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-28T04:23:47.544Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6201ffc6-354a 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-DemoPnfQtzl8nplszjvwxukahcd-csar.csar 2022-05-28T04:23:47.544Z|1d7e4566-8473-444c-af94-f803766e6be4|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-DemoPnfQtzl8nplszjvwxukahcd-csar.csar 2022-05-28T04:23:47.544Z|1d7e4566-8473-444c-af94-f803766e6be4|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-DemoPnfQtzl8nplszjvwxukahcd-csar.csar 2022-05-28T04:23:47.544Z|1d7e4566-8473-444c-af94-f803766e6be4|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-DemoPnfQtzl8nplszjvwxukahcd-csar.csar 2022-05-28T04:23:47.544Z|1d7e4566-8473-444c-af94-f803766e6be4|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-DemoPnfQtzl8nplszjvwxukahcd-csar.csar 2022-05-28T04:23:47.544Z|1d7e4566-8473-444c-af94-f803766e6be4|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-DemoPnfQtzl8nplszjvwxukahcd-csar.csar 2022-05-28T04:23:47.544Z|1d7e4566-8473-444c-af94-f803766e6be4|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-DemoPnfQtzl8nplszjvwxukahcd-csar.csar 2022-05-28T04:23:47.544Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-28T04:23:47.544Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:23:47.544Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_qTzL8nplsZjVwXuKaHCd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:23:47.545Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Node template pNF 6201ffc6-354a 0 is matching search criteria 2022-05-28T04:23:47.545Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-28T04:23:47.545Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 6201ffc6-354a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:23:47.545Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:23:47.545Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_qTzL8nplsZjVwXuKaHCd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:23:47.545Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Node template pNF 6201ffc6-354a 0 is matching search criteria 2022-05-28T04:23:47.545Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-28T04:23:47.545Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 6201ffc6-354a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:23:47.546Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:23:47.546Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_qTzL8nplsZjVwXuKaHCd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:23:47.546Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:23:47.546Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_qTzL8nplsZjVwXuKaHCd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:23:47.546Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:23:47.546Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_qTzL8nplsZjVwXuKaHCd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:23:47.546Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:23:47.546Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_qTzL8nplsZjVwXuKaHCd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:23:47.547Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:23:47.547Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_qTzL8nplsZjVwXuKaHCd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:23:47.547Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qTzL8nplsZjVwXuKaHCd Description:catalog service description Model UUID:2945590c-9830-47cc-a7ca-bffc31b69d12 Model Version:NULL Model InvariantUuid:64feec8a-1b13-42bb-a560-428b14b038b4 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-05-28T04:23:47.553Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5b11f317-bfa1-437e-b579-95d60c642371 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-05-28T04:23:47.555Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||pNF 6201ffc6-354a 0 2022-05-28T04:23:47.556Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5b11f317-bfa1-437e-b579-95d60c642371 2022-05-28T04:23:47.556Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 2945590c-9830-47cc-a7ca-bffc31b69d12 2022-05-28T04:23:47.556Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2945590c-9830-47cc-a7ca-bffc31b69d12 2022-05-28T04:23:47.556Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6201ffc6-354a 0 5b11f317-bfa1-437e-b579-95d60c642371 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-05-28T04:23:47.559Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15cb4fd9, org.onap.sdc.toscaparser.api.parameters.Input@3de7bc18, org.onap.sdc.toscaparser.api.parameters.Input@32bbb3c3, org.onap.sdc.toscaparser.api.parameters.Input@7055eae3, org.onap.sdc.toscaparser.api.parameters.Input@3f2fd6b7] 2022-05-28T04:23:47.560Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:23:47.560Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_qTzL8nplsZjVwXuKaHCd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:23:47.560Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2945590c-9830-47cc-a7ca-bffc31b69d12: pNF 6201ffc6-354a 2022-05-28T04:23:47.560Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||Processing PNF resource: 5b11f317-bfa1-437e-b579-95d60c642371 2022-05-28T04:23:47.560Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:23:47.560Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_qTzL8nplsZjVwXuKaHCd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:23:47.560Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||Resource customization UUID: 5f30b98b-6b54-47ec-9230-9eaa2b35303c is the same as notified resource customizationUUID: 5f30b98b-6b54-47ec-9230-9eaa2b35303c 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-05-28T04:23:47.602Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6201ffc6-354a 5b11f317-bfa1-437e-b579-95d60c642371 0 ASDC deployResourceStructure 2022-05-28T04:23:47.602Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar ASDC sendASDCNotification 2022-05-28T04:23:47.603Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar 2022-05-28T04:23:47.603Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:23:47.603Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:23:47.606Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:23:47.606Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711827602, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:23:47.706Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:23:47.707Z||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-05-28T04:23:47.708Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:23:47.721Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:23:47.722Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:23:48.607Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d7e4566-8473-444c-af94-f803766e6be4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:23:48.620Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d7e4566-8473-444c-af94-f803766e6be4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:23:48.623Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:23:48.624Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T04:23:48.624Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T04:23:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:23:52.503Z||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-05-28T04:23:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:23:52.525Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:23:52.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:23:52.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711713358, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:23:52.527Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:24:18.624Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d7e4566-8473-444c-af94-f803766e6be4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:24:18.638Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d7e4566-8473-444c-af94-f803766e6be4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:24:18.641Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:24:18.642Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T04:24:18.643Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T04:24:48.643Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d7e4566-8473-444c-af94-f803766e6be4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:24:48.657Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d7e4566-8473-444c-af94-f803766e6be4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:24:48.660Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:24:48.660Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T04:24:48.660Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T04:24:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:24:52.503Z||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-05-28T04:24:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:24:52.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:24:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "policy-id", "timestamp": 1653711712952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:24:52.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:24:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "aai-ml", "timestamp": 1653711705328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:24:52.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1653711713204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:24:52.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:24:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "clamp", "timestamp": 1653711714352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:24:52.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:24:52.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "policy-id", "timestamp": 1653711713955, "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-05-28T04:24:52.546Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76c753c2-a741-4fd8-baf0-288642031f8b 2022-05-28T04:24:52.547Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76c753c2-a741-4fd8-baf0-288642031f8b 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-05-28T04:24:52.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "aai-ml", "timestamp": 1653711714084, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:24:52.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:24:52.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1653711714322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:24:52.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:24:52.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711715518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:24:52.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:24:52.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1653711715412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:24:52.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:24:52.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "clamp", "timestamp": 1653711716358, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:24:52.560Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:24:52.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653711716522, "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-05-28T04:24:52.565Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 76c753c2-a741-4fd8-baf0-288642031f8b 2022-05-28T04:24:52.565Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76c753c2-a741-4fd8-baf0-288642031f8b 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-05-28T04:24:52.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1653711716446, "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-05-28T04:24:52.579Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76c753c2-a741-4fd8-baf0-288642031f8b 2022-05-28T04:24:52.580Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76c753c2-a741-4fd8-baf0-288642031f8b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-28T04:24:52.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "clamp", "timestamp": 1653711717361, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T04:24:52.590Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1d7e4566-8473-444c-af94-f803766e6be4 2022-05-28T04:24:52.590Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d7e4566-8473-444c-af94-f803766e6be4 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:24:52.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1653711717456, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:24:52.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:24:52.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "aai-ml", "timestamp": 1653711717384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:24:52.599Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:24:52.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "clamp", "timestamp": 1653711697571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:24:52.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "aai-ml", "timestamp": 1653711718388, "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-05-28T04:24:52.603Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1d7e4566-8473-444c-af94-f803766e6be4 2022-05-28T04:24:52.603Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d7e4566-8473-444c-af94-f803766e6be4 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-05-28T04:24:52.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "clamp", "timestamp": 1653711697571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:24:52.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "aai-ml", "timestamp": 1653711705328, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:24:52.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "clamp", "timestamp": 1653711697571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:24:52.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "aai-ml", "timestamp": 1653711705328, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "clamp", "timestamp": 1653711697571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "aai-ml", "timestamp": 1653711705328, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "clamp", "timestamp": 1653711697571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "aai-ml", "timestamp": 1653711705328, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "clamp", "timestamp": 1653711697571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "aai-ml", "timestamp": 1653711705328, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "clamp", "timestamp": 1653711697571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "aai-ml", "timestamp": 1653711705328, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "aai-ml", "timestamp": 1653711705328, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:24:52.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "aai-ml", "timestamp": 1653711726727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:24:52.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:24:52.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "aai-ml", "timestamp": 1653711731632, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:24:52.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:24:52.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "aai-ml", "timestamp": 1653711732635, "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-05-28T04:24:52.615Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 76c753c2-a741-4fd8-baf0-288642031f8b 2022-05-28T04:24:52.615Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76c753c2-a741-4fd8-baf0-288642031f8b 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-05-28T04:24:52.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "clamp", "timestamp": 1653711733354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:24:52.622Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:24:52.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "clamp", "timestamp": 1653711736357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:24:52.622Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:24:52.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "clamp", "timestamp": 1653711737361, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T04:24:52.625Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 76c753c2-a741-4fd8-baf0-288642031f8b 2022-05-28T04:24:52.626Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76c753c2-a741-4fd8-baf0-288642031f8b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:24:52.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "16b6152f-14e0-4e9c-afa3-856653222dd2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711758004, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T04:24:52.634Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:24:52.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:24:52.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-28T04:24:52.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-28T04:24:52.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:24:52.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-28T04:24:52.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:24:52.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-28T04:24:52.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:24:52.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:24:52.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:24:52.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:24:52.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:25:18.661Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d7e4566-8473-444c-af94-f803766e6be4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:25:18.672Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d7e4566-8473-444c-af94-f803766e6be4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:25:18.675Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:25:18.675Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T04:25:18.675Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T04:25:18.675Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T04:25:18.675Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:25:18.675Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:25:18.675Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:25:18.675Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:25:18.675Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:25:18.675Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:25:18.675Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:25:18.676Z|1d7e4566-8473-444c-af94-f803766e6be4|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-05-28T04:25:18.680Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T04:25:48.680Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1d7e4566-8473-444c-af94-f803766e6be4 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-05-28T04:25:48.686Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1d7e4566-8473-444c-af94-f803766e6be4 and serviceModelVersionId: 2945590c-9830-47cc-a7ca-bffc31b69d12 2022-05-28T04:25:48.686Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64feec8a-1b13-42bb-a560-428b14b038b4 2022-05-28T04:25:48.687Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64feec8a-1b13-42bb-a560-428b14b038b4/model-vers/model-ver/2945590c-9830-47cc-a7ca-bffc31b69d12?depth=0 2022-05-28T04:25:48.691Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T04:25:48.726Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64feec8a-1b13-42bb-a560-428b14b038b4/model-vers/model-ver/2945590c-9830-47cc-a7ca-bffc31b69d12?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-05-28T04:25:48.728Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64feec8a-1b13-42bb-a560-428b14b038b4/model-vers/model-ver/2945590c-9830-47cc-a7ca-bffc31b69d12?depth=0|INFO|500||Invoke 2022-05-28T04:25:48.747Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64feec8a-1b13-42bb-a560-428b14b038b4/model-vers/model-ver/2945590c-9830-47cc-a7ca-bffc31b69d12?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T04:25:48.840Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64feec8a-1b13-42bb-a560-428b14b038b4/model-vers/model-ver/2945590c-9830-47cc-a7ca-bffc31b69d12?depth=0|INFO|500||InvokeReturn 2022-05-28T04:25:48.841Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64feec8a-1b13-42bb-a560-428b14b038b4/model-vers/model-ver/2945590c-9830-47cc-a7ca-bffc31b69d12?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220528-04:25:49:210-45177], vertex-id=[176288], Content-Length=[0], Date=[Sat, 28 May 2022 04:25:49 GMT], Content-Type=[application/json]} 2022-05-28T04:25:48.841Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-05-28T04:25:48.842Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T04:25:48.842Z|1d7e4566-8473-444c-af94-f803766e6be4|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-05-28T04:25:48.846Z|1d7e4566-8473-444c-af94-f803766e6be4|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-05-28T04:25:48.846Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1d7e4566-8473-444c-af94-f803766e6be4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T04:25:48.846Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T04:25:48.847Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:25:48.848Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:25:48.849Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711948846, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T04:25:48.949Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:25:48.950Z||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-05-28T04:25:48.950Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:25:48.968Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:25:48.968Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-28T04:25:49.863Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-28T04:25:49.863Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"76c753c2-a741-4fd8-baf0-288642031f8b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4eeb8c45-2530-4667-b53c-6466abd5370c","serviceDescription":"service","serviceInvariantUUID":"719e9e5d-1cc2-4cb7-b63d-8f5505d97549","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2017961e-1576-4360-af23-1278b95804de","resourceInvariantUUID":"b624ef08-2e73-48a0-8fe9-c83919b8c2c9","resourceCustomizationUUID":"8b45fd54-2b29-4180-8862-137e4da5e142","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":"MzYzMzY1Y2Q0N2JiYTE3NDRiMTcxYzBkNTY2YTY5MzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6c9661e8-6bc8-4e77-80d1-9a07052dde28","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":"ZjZjNmM2OGMxM2ZjMDhhZTdkZDUzMDI3NmZjOGMxYjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5b0f052-bf42-4395-9a81-edb2d0f04579","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":"45e56be9-b8fd-45ba-86b1-a2d3d9b0a066","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":"8e53e0b3-5bd2-4f0a-a716-fa2e0133a3fc","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":"2dcb9c23-6ca0-4411-9eff-e0f33e585cb0","artifactVersion":"2","generatedFromUUID":"45e56be9-b8fd-45ba-86b1-a2d3d9b0a066"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTM3Y2YyYzBhY2Y0MWUzOGQ4ZjEyNjRiNGVlYWNjZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a32cfcc5-4572-4c87-851d-9269bc06644f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjExOWEzOTU1Mzc0YzM2YTgzZWI2NTUyZGRmMDUyM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6e24abd5-fb0c-4a6f-ab7b-fd46d9d7f28e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T04:25:49.864Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:25:49.864Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:25:49.865Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:25:49.865Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:25:49.966Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:25:49.967Z||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-05-28T04:25:49.967Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:25:49.983Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:25:49.984Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:25:50.866Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:25:50.867Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:25:50.868Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:25:50.869Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:25:50.969Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:25:50.970Z||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-05-28T04:25:50.970Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:25:50.984Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:25:50.984Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:25:51.869Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:25:51.870Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:25:51.873Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:25:51.873Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-28T04:25:51.973Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:25:51.974Z||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-05-28T04:25:51.974Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:25:51.996Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:25:51.996Z||pool-75-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:25:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:25:52.502Z||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-05-28T04:25:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:25:52.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:25:52.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711772551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:25:52.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:25:52.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711774475, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:25:52.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711775528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711776586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711777653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711778714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711779826, "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-05-28T04:25:52.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711780830, "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-05-28T04:25:52.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711781834, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711782839, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711783844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711784847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d4930c7-e2ee-4f37-ace4-49720183b915", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711816800, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/resourceInstances/pnf6201ffc6354a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:25:52.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:25:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711825944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:25:52.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:25:52.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:25:52.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711827602, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtzl8nplszjvwxukahcd/1.0/artifacts/service-DemoPnfQtzl8nplszjvwxukahcd-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:25:52.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:25:52.873Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:25:52.874Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:25:52.877Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:25:52.877Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:25:52.977Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:25:52.978Z||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-05-28T04:25:52.978Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:25:52.994Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:25:52.995Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:25:53.878Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:25:53.878Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:25:53.880Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:25:53.880Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-28T04:25:53.980Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:25:53.981Z||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-05-28T04:25:53.982Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:25:53.995Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:25:53.996Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:25:54.881Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:25:54.881Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:25:54.884Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:25:54.884Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:25:54.984Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:25:54.985Z||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-05-28T04:25:54.985Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:25:54.999Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:25:55.000Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:25:55.884Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:25:55.885Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:25:55.886Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:25:55.886Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:25:55.986Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:25:55.990Z||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-05-28T04:25:55.990Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:25:56.004Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:25:56.004Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:25:56.887Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "4eeb8c45-2530-4667-b53c-6466abd5370c", "serviceDescription": "service", "serviceInvariantUUID": "719e9e5d-1cc2-4cb7-b63d-8f5505d97549", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "8b45fd54-2b29-4180-8862-137e4da5e142", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2017961e-1576-4360-af23-1278b95804de", "resourceInvariantUUID": "b624ef08-2e73-48a0-8fe9-c83919b8c2c9", "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": "ZjZjNmM2OGMxM2ZjMDhhZTdkZDUzMDI3NmZjOGMxYjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a5b0f052-bf42-4395-9a81-edb2d0f04579", "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": "45e56be9-b8fd-45ba-86b1-a2d3d9b0a066", "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": "2dcb9c23-6ca0-4411-9eff-e0f33e585cb0", "generatedFromUUID": "45e56be9-b8fd-45ba-86b1-a2d3d9b0a066" }, "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": "2dcb9c23-6ca0-4411-9eff-e0f33e585cb0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MjExOWEzOTU1Mzc0YzM2YTgzZWI2NTUyZGRmMDUyM2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6e24abd5-fb0c-4a6f-ab7b-fd46d9d7f28e" } ], "workloadContext": "Production" } 2022-05-28T04:25:56.888Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T04:25:56.888Z|1d7e4566-8473-444c-af94-f803766e6be4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4eeb8c45-2530-4667-b53c-6466abd5370c ASDC 2022-05-28T04:25:56.888Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:76c753c2-a741-4fd8-baf0-288642031f8b ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:4eeb8c45-2530-4667-b53c-6466abd5370c ServiceInvariantUUID:719e9e5d-1cc2-4cb7-b63d-8f5505d97549 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:6e24abd5-fb0c-4a6f-ab7b-fd46d9d7f28e ArtifactChecksum:MjExOWEzOTU1Mzc0YzM2YTgzZWI2NTUyZGRmMDUyM2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:8b45fd54-2b29-4180-8862-137e4da5e142 ResourceInvariantUUID:b624ef08-2e73-48a0-8fe9-c83919b8c2c9 ResourceName:basic_vm ResourceType:VF ResourceUUID:2017961e-1576-4360-af23-1278b95804de 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:a5b0f052-bf42-4395-9a81-edb2d0f04579 ArtifactChecksum:ZjZjNmM2OGMxM2ZjMDhhZTdkZDUzMDI3NmZjOGMxYjI= 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:45e56be9-b8fd-45ba-86b1-a2d3d9b0a066 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:2dcb9c23-6ca0-4411-9eff-e0f33e585cb0 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:2dcb9c23-6ca0-4411-9eff-e0f33e585cb0 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-28T04:25:56.889Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4eeb8c45-2530-4667-b53c-6466abd5370c 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-05-28T04:25:56.937Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:25:56.937Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-28T04:25:56.938Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-28T04:25:56.938Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6e24abd5-fb0c-4a6f-ab7b-fd46d9d7f28e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-28T04:25:56.938Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-28T04:25:56.938Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:25:57.108Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-28T04:25:57.111Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6e24abd5-fb0c-4a6f-ab7b-fd46d9d7f28e 71082 2022-05-28T04:25:57.112Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:25:57.112Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:25:57.112Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:25:57.112Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:25:57.113Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:25:57.114Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711957112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:25:57.215Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T04:25:57.216Z||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-05-28T04:25:57.216Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:25:57.231Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:25:57.232Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:25:58.115Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:25:58.115Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-28T04:25:58.116Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6e24abd5-fb0c-4a6f-ab7b-fd46d9d7f28e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T04:25:58.116Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-05-28T04:25:58.116Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T04:25:58.116Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T04:25:58.207Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9937217310888191877/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-05-28T04:25:59.013Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T04:25:59.014Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-28T04:25:59.014Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T04:25:59.014Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-28T04:25:59.014Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T04:25:59.014Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T04:25:59.014Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:25:59.014Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T04:25:59.014Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:25:59.014Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:25:59.014Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:25:59.014Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-28T04:25:59.014Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:25:59.015Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-28T04:25:59.015Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:25:59.015Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:25:59.015Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-28T04:25:59.015Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-28T04:25:59.015Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:25:59.016Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:25:59.016Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:25:59.016Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-28T04:25:59.016Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-28T04:25:59.016Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:25:59.016Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:25:59.016Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:25:59.016Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:25:59.016Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-28T04:25:59.016Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-28T04:25:59.016Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-28T04:25:59.016Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-28T04:25:59.016Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-28T04:25:59.017Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-28T04:25:59.017Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:25:59.017Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:25:59.017Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:25:59.017Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-28T04:25:59.017Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:25:59.017Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:25:59.017Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-28T04:25:59.017Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:25:59.017Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:25:59.017Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-28T04:25:59.017Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:25:59.017Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:25:59.018Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-28T04:25:59.018Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-28T04:25:59.018Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-28T04:25:59.018Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=528c6d47-6137-4e2b-9f9a-57336786dabe 2022-05-28T04:25:59.018Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:25:59.018Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:25:59.018Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:25:59.018Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:25:59.018Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:25:59.018Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:25:59.018Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:25:59.018Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:25:59.018Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:4eeb8c45-2530-4667-b53c-6466abd5370c Model Version:NULL Model InvariantUuid:719e9e5d-1cc2-4cb7-b63d-8f5505d97549 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:e0e1c560-7a88-4f03-918f-0af6d5eecf7d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b624ef08-2e73-48a0-8fe9-c83919b8c2c9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8b45fd54-2b29-4180-8862-137e4da5e142 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8a2e3219-f56b-48d5-b8f4-bcef7ec7ff8f ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:78ca22ce-31db-4ce1-b6df-b987b2233533 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:528c6d47-6137-4e2b-9f9a-57336786dabe ModelInvariantUuid:ce27fe2a-b2fc-495a-96f9-0be4c2eb5d06 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:65d1255b-7e51-44a0-bf46-4d01bc065c93 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:99d67c8b-1a45-4674-87c2-dc98118ffbac ModelInvariantUuid:140db6d7-9224-472d-96e1-2f0369630ce0 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:06387f79-61d3-4f5e-884b-5424efafea36 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-05-28T04:25:59.026Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2017961e-1576-4360-af23-1278b95804de 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-05-28T04:25:59.029Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||basic_vm 0 2022-05-28T04:25:59.029Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2017961e-1576-4360-af23-1278b95804de 2022-05-28T04:25:59.029Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a5b0f052-bf42-4395-9a81-edb2d0f04579 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-28T04:25:59.029Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-28T04:25:59.030Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:25:59.113Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-28T04:25:59.114Z|76c753c2-a741-4fd8-baf0-288642031f8b|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 a5b0f052-bf42-4395-9a81-edb2d0f04579 787 2022-05-28T04:25:59.114Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:25:59.114Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:25:59.114Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:25:59.114Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:25:59.116Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:25:59.116Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711959114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:25:59.216Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:25:59.217Z||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-05-28T04:25:59.217Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:25:59.230Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:25:59.231Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:26:00.119Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8a2e3219-f56b-48d5-b8f4-bcef7ec7ff8f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "78ca22ce-31db-4ce1-b6df-b987b2233533", "vfModuleModelCustomizationUUID": "9aa5fa93-3b78-41ad-a8ae-f19d08affcdf", "isBase": true, "artifacts": [ "45e56be9-b8fd-45ba-86b1-a2d3d9b0a066", "2dcb9c23-6ca0-4411-9eff-e0f33e585cb0" ], "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-05-28T04:26:00.122Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:78ca22ce-31db-4ce1-b6df-b987b2233533 VfModuleModelInvariantUUID:8a2e3219-f56b-48d5-b8f4-bcef7ec7ff8f VfModuleModelDescription:NULL Artifacts UUID List:{ 45e56be9-b8fd-45ba-86b1-a2d3d9b0a066 , 2dcb9c23-6ca0-4411-9eff-e0f33e585cb0 } 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-05-28T04:26:00.123Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8a2e3219-f56b-48d5-b8f4-bcef7ec7ff8f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "78ca22ce-31db-4ce1-b6df-b987b2233533", "vfModuleModelCustomizationUUID": "9aa5fa93-3b78-41ad-a8ae-f19d08affcdf", "isBase": true, "artifacts": [ "45e56be9-b8fd-45ba-86b1-a2d3d9b0a066", "2dcb9c23-6ca0-4411-9eff-e0f33e585cb0" ], "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-05-28T04:26:00.123Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:78ca22ce-31db-4ce1-b6df-b987b2233533 VfModuleModelInvariantUUID:8a2e3219-f56b-48d5-b8f4-bcef7ec7ff8f VfModuleModelDescription:NULL Artifacts UUID List:{ 45e56be9-b8fd-45ba-86b1-a2d3d9b0a066 , 2dcb9c23-6ca0-4411-9eff-e0f33e585cb0 } 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-05-28T04:26:00.124Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 45e56be9-b8fd-45ba-86b1-a2d3d9b0a066 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-28T04:26:00.124Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-28T04:26:00.124Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:00.383Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-28T04:26:00.384Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 45e56be9-b8fd-45ba-86b1-a2d3d9b0a066 5033 2022-05-28T04:26:00.384Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:00.384Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:00.384Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:26:00.384Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:26:00.385Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:26:00.385Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711960384, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:26:00.487Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T04:26:00.488Z||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-05-28T04:26:00.488Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:26:00.503Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:26:00.503Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:26:01.386Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2dcb9c23-6ca0-4411-9eff-e0f33e585cb0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-28T04:26:01.387Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-28T04:26:01.387Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:01.682Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-28T04:26:01.682Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2dcb9c23-6ca0-4411-9eff-e0f33e585cb0 903 2022-05-28T04:26:01.683Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:01.683Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:01.683Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:26:01.683Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:26:01.685Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:26:01.685Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711961683, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:26:01.785Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:26:01.786Z||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-05-28T04:26:01.786Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:26:01.800Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:26:01.800Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:26:02.686Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4eeb8c45-2530-4667-b53c-6466abd5370c 2022-05-28T04:26:02.687Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 2017961e-1576-4360-af23-1278b95804de 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-05-28T04:26:02.699Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50221f78, org.onap.sdc.toscaparser.api.parameters.Input@6948d238, org.onap.sdc.toscaparser.api.parameters.Input@331de550, org.onap.sdc.toscaparser.api.parameters.Input@57409090, org.onap.sdc.toscaparser.api.parameters.Input@17d98cdf] 2022-05-28T04:26:02.701Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:26:02.701Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:26:02.701Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-05-28T04:26:02.701Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8b45fd54-2b29-4180-8862-137e4da5e142 2022-05-28T04:26:02.701Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8b45fd54-2b29-4180-8862-137e4da5e142 matches Tosca VF Customization UUID: 8b45fd54-2b29-4180-8862-137e4da5e142 2022-05-28T04:26:02.701Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8b45fd54-2b29-4180-8862-137e4da5e142 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-05-28T04:26:02.703Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:26:02.703Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:26:02.704Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8b45fd54-2b29-4180-8862-137e4da5e142: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-05-28T04:26:02.704Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3753d836 2022-05-28T04:26:02.704Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:26:02.704Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:02.704Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9aa5fa93-3b78-41ad-a8ae-f19d08affcdf 2022-05-28T04:26:02.704Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9aa5fa93-3b78-41ad-a8ae-f19d08affcdf 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-05-28T04:26:02.706Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:26:02.706Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-28T04:26:02.706Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:26:02.707Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:26:02.707Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-28T04:26:02.707Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:26:02.707Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:26:02.707Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-28T04:26:02.707Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-28T04:26:02.707Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-28T04:26:02.707Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=528c6d47-6137-4e2b-9f9a-57336786dabe 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-05-28T04:26:02.709Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:26:02.709Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-28T04:26:02.709Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:26:02.709Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:26:02.709Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-28T04:26:02.709Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8b45fd54-2b29-4180-8862-137e4da5e142 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-05-28T04:26:02.711Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:26:02.711Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:26:02.711Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4eeb8c45-2530-4667-b53c-6466abd5370c: basic_vm 2022-05-28T04:26:02.711Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:26:02.711Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:26:02.711Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:26:02.711Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:26:02.711Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:26:02.712Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:26:02.712Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:26:02.712Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:02.712Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:26:02.712Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:26:02.712Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:02.770Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 2017961e-1576-4360-af23-1278b95804de 1 ASDC deployResourceStructure 2022-05-28T04:26:02.771Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:02.771Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:02.771Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:26:02.772Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:26:02.774Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:26:02.774Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711962770, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:26:02.875Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:26:02.875Z||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-05-28T04:26:02.875Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:26:02.896Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:26:02.896Z||pool-84-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:26:03.776Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:03.776Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:03.776Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:26:03.776Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:26:03.778Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:26:03.778Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711963776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-28T04:26:03.880Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-05-28T04:26:03.883Z||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-05-28T04:26:03.884Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:26:03.902Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:26:03.903Z||pool-85-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:26:04.779Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:04.780Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:04.780Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:26:04.780Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:26:04.782Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:26:04.782Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711964779, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-28T04:26:04.882Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:26:04.883Z||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-05-28T04:26:04.884Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:26:04.908Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:26:04.909Z||pool-86-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:26:05.783Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:05.784Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:05.784Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:26:05.785Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:26:05.786Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:26:05.787Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711965783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:26:05.886Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:26:05.887Z||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-05-28T04:26:05.888Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:26:05.904Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:26:05.904Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:26:06.788Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76c753c2-a741-4fd8-baf0-288642031f8b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:26:06.800Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76c753c2-a741-4fd8-baf0-288642031f8b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:26:06.804Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:26:06.804Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T04:26:06.804Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T04:26:06.804Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T04:26:06.805Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:26:06.805Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:26:06.805Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:26:06.805Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:26:06.805Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:26:06.805Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:26:06.805Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:06.810Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T04:26:36.810Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76c753c2-a741-4fd8-baf0-288642031f8b 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-05-28T04:26:36.818Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76c753c2-a741-4fd8-baf0-288642031f8b and serviceModelVersionId: 4eeb8c45-2530-4667-b53c-6466abd5370c 2022-05-28T04:26:36.818Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 719e9e5d-1cc2-4cb7-b63d-8f5505d97549 2022-05-28T04:26:36.819Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/719e9e5d-1cc2-4cb7-b63d-8f5505d97549/model-vers/model-ver/4eeb8c45-2530-4667-b53c-6466abd5370c?depth=0 2022-05-28T04:26:36.822Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T04:26:36.844Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/719e9e5d-1cc2-4cb7-b63d-8f5505d97549/model-vers/model-ver/4eeb8c45-2530-4667-b53c-6466abd5370c?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-05-28T04:26:36.845Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/719e9e5d-1cc2-4cb7-b63d-8f5505d97549/model-vers/model-ver/4eeb8c45-2530-4667-b53c-6466abd5370c?depth=0|INFO|500||Invoke 2022-05-28T04:26:36.859Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/719e9e5d-1cc2-4cb7-b63d-8f5505d97549/model-vers/model-ver/4eeb8c45-2530-4667-b53c-6466abd5370c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T04:26:37.107Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/719e9e5d-1cc2-4cb7-b63d-8f5505d97549/model-vers/model-ver/4eeb8c45-2530-4667-b53c-6466abd5370c?depth=0|INFO|500||InvokeReturn 2022-05-28T04:26:37.108Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/719e9e5d-1cc2-4cb7-b63d-8f5505d97549/model-vers/model-ver/4eeb8c45-2530-4667-b53c-6466abd5370c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220528-04:26:37:323-2176], vertex-id=[254056], Content-Length=[0], Date=[Sat, 28 May 2022 04:26:37 GMT], Content-Type=[application/json]} 2022-05-28T04:26:37.109Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-05-28T04:26:37.109Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T04:26:37.110Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:37.114Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:37.115Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76c753c2-a741-4fd8-baf0-288642031f8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T04:26:37.115Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T04:26:37.116Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:26:37.118Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:26:37.118Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711997115, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T04:26:37.218Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:26:37.219Z||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-05-28T04:26:37.219Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:26:37.235Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:26:37.236Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-28T04:26:38.129Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:26:38.129Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:38.129Z|76c753c2-a741-4fd8-baf0-288642031f8b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:26:48.421Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:26:48.422Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:26:48.422Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:48.422Z|76c753c2-a741-4fd8-baf0-288642031f8b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:26:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:26:52.503Z||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-05-28T04:26:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:26:52.525Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:26:52.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:26:52.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1d7e4566-8473-444c-af94-f803766e6be4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711948846, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T04:26:52.527Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:26:52.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:26:52.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:26:52.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:26:52.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:26:52.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:26:52.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:26:52.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-28T04:26:52.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-28T04:26:52.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-28T04:26:57.960Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:26:57.961Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:26:57.961Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:26:57.961Z|76c753c2-a741-4fd8-baf0-288642031f8b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:27:07.499Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:27:07.499Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:27:07.500Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:27:07.500Z|76c753c2-a741-4fd8-baf0-288642031f8b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:27:17.042Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:27:17.042Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:27:17.043Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:27:17.043Z|76c753c2-a741-4fd8-baf0-288642031f8b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:27:26.595Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:27:26.596Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:27:26.596Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:27:26.596Z|76c753c2-a741-4fd8-baf0-288642031f8b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:27:36.154Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:27:52.499Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:27:52.501Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:27:52.501Z|76c753c2-a741-4fd8-baf0-288642031f8b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:27:52.502Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:27:52.502Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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-05-28T04:27:52.503Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:27:52.525Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:27:52.526Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T04:27:52.526Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:27:52.527Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-28T04:28:02.054Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:28:52.499Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:28:52.501Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:28:52.501Z|76c753c2-a741-4fd8-baf0-288642031f8b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:28:52.502Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:28:52.502Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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-05-28T04:28:52.502Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:28:53.030Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:28:53.031Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T04:28:53.031Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-28T04:28:53.032Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-28T04:28:53.032Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T04:28:53.032Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711759022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711957112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711959114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711960384, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711961683, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711962770, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T04:28:53.033Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711963776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-28T04:28:53.034Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:28:53.034Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T04:28:53.034Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711964779, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-28T04:28:53.034Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:28:53.034Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T04:28:53.034Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711965783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:28:53.034Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:28:53.034Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-28T04:28:53.034Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "76c753c2-a741-4fd8-baf0-288642031f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653711997115, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T04:28:53.034Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:29:02.046Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:29:52.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:29:52.501Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:29:52.502Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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-05-28T04:29:52.502Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:29:52.503Z||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-05-28T04:29:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:30:02.076Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:30:02.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:30:52.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:30:52.500Z||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-05-28T04:30:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:30:52.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:30:52.502Z||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-05-28T04:30:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:31:02.048Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:31:02.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:31:52.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:31:52.501Z||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-05-28T04:31:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:31:52.502Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:31:52.503Z||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-05-28T04:31:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:32:02.051Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:32:02.054Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:32:52.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:32:52.501Z||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-05-28T04:32:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:32:52.502Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:32:52.502Z||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-05-28T04:32:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:33:02.049Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:33:02.049Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:33:52.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:33:52.501Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:33:52.502Z||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-05-28T04:33:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:33:52.502Z||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-05-28T04:33:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:34:02.054Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:34:02.056Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:34:52.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:34:52.501Z||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-05-28T04:34:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:34:52.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:34:52.502Z||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-05-28T04:34:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:35:02.047Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:35:02.047Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:35:52.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:35:52.500Z||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-05-28T04:35:52.500Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:35:52.501Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:35:52.502Z||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-05-28T04:35:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:36:02.040Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:36:02.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:36:52.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:36:52.500Z||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-05-28T04:36:52.500Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:36:52.501Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:36:52.502Z||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-05-28T04:36:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:36:52.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:36:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "cds", "timestamp": 1653712591671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "ves-openapi-manager", "timestamp": 1653712591008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "multicloud-k8s-id", "timestamp": 1653712585366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "policy-id", "timestamp": 1653712584213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712593646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "ves-openapi-manager", "timestamp": 1653712591008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "cds", "timestamp": 1653712591671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "multicloud-k8s-id", "timestamp": 1653712585366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:36:52.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "policy-id", "timestamp": 1653712584213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712593646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "ves-openapi-manager", "timestamp": 1653712591008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "cds", "timestamp": 1653712591671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "multicloud-k8s-id", "timestamp": 1653712585366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-28T04:36:52.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "policy-id", "timestamp": 1653712584213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-28T04:36:52.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712593646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "ves-openapi-manager", "timestamp": 1653712591008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "cds", "timestamp": 1653712591671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "policy-id", "timestamp": 1653712584213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "multicloud-k8s-id", "timestamp": 1653712585366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712593646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "ves-openapi-manager", "timestamp": 1653712591008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "cds", "timestamp": 1653712591671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "policy-id", "timestamp": 1653712584213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "multicloud-k8s-id", "timestamp": 1653712585366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-28T04:36:52.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712593646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "ves-openapi-manager", "timestamp": 1653712591008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "policy-id", "timestamp": 1653712584213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "cds", "timestamp": 1653712591671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "multicloud-k8s-id", "timestamp": 1653712585366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712593646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:36:52.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "cds", "timestamp": 1653712591671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "multicloud-k8s-id", "timestamp": 1653712585366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "policy-id", "timestamp": 1653712584213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "ves-openapi-manager", "timestamp": 1653712591008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712593646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "ves-openapi-manager", "timestamp": 1653712591008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "cds", "timestamp": 1653712591671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "multicloud-k8s-id", "timestamp": 1653712585366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "policy-id", "timestamp": 1653712584213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712593646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "cds", "timestamp": 1653712601366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "policy-id", "timestamp": 1653712601399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "multicloud-k8s-id", "timestamp": 1653712601668, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712602053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "policy-id", "timestamp": 1653712602404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:36:52.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "multicloud-k8s-id", "timestamp": 1653712602881, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:36:52.656Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:36:52.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "policy-id", "timestamp": 1653712603407, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:36:52.677Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76601283-7c75-467b-a8ed-e629e639977a 2022-05-28T04:36:52.678Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76601283-7c75-467b-a8ed-e629e639977a 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-05-28T04:36:52.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "cds", "timestamp": 1653712603407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T04:36:52.692Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 76601283-7c75-467b-a8ed-e629e639977a 2022-05-28T04:36:52.692Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76601283-7c75-467b-a8ed-e629e639977a 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-05-28T04:36:52.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "multicloud-k8s-id", "timestamp": 1653712603940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:36:52.702Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:36:52.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712604228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:36:52.702Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:36:52.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "policy-id", "timestamp": 1653712604410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:36:52.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712605232, "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-05-28T04:36:52.708Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 76601283-7c75-467b-a8ed-e629e639977a 2022-05-28T04:36:52.708Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76601283-7c75-467b-a8ed-e629e639977a 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-05-28T04:36:52.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "multicloud-k8s-id", "timestamp": 1653712605001, "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-05-28T04:36:52.721Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76601283-7c75-467b-a8ed-e629e639977a 2022-05-28T04:36:52.721Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76601283-7c75-467b-a8ed-e629e639977a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-28T04:36:52.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "policy-id", "timestamp": 1653712604410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712593646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "multicloud-k8s-id", "timestamp": 1653712606013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "policy-id", "timestamp": 1653712604410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "cds", "timestamp": 1653712606671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712593646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1653712607018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "policy-id", "timestamp": 1653712604410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "cds", "timestamp": 1653712606671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712593646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1653712607018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:36:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "policy-id", "timestamp": 1653712604410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "cds", "timestamp": 1653712606671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712593646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1653712607018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "clamp", "timestamp": 1653712609489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "policy-id", "timestamp": 1653712604410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "cds", "timestamp": 1653712606671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712593646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1653712607018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "policy-id", "timestamp": 1653712604410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "clamp", "timestamp": 1653712611153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "cds", "timestamp": 1653712606671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712593646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1653712607018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "ves-openapi-manager", "timestamp": 1653712611008, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "policy-id", "timestamp": 1653712604410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "clamp", "timestamp": 1653712612157, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T04:36:52.734Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 76601283-7c75-467b-a8ed-e629e639977a 2022-05-28T04:36:52.734Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76601283-7c75-467b-a8ed-e629e639977a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:36:52.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "cds", "timestamp": 1653712606671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712593646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1653712607018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-28T04:36:52.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:52.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:36:52.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "ves-openapi-manager", "timestamp": 1653712611008, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:52.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:36:53.130Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:36:53.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T04:36:53.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"76601283-7c75-467b-a8ed-e629e639977a","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"364a346b-2f03-41ed-aae8-adf30d2e7c9f","serviceDescription":"service","serviceInvariantUUID":"13b9ad45-48b5-4d9f-b2cb-dc43d408d570","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"db2cd473-91ec-4fda-911b-a94067222eac","resourceInvariantUUID":"2d65d7bc-b4e8-4ee2-8145-fff670004681","resourceCustomizationUUID":"d835744c-fbd0-4791-bfce-de3c5b4e04fe","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":"ZDI4Yjg2ZTRmY2MyMGE3ZTMzMDE4NmU2ODJlZjMzZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a17df33e-8e36-4d54-b46b-9a7f9da294e7","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":"ZTVlZTM3YzFlNzE0MWJkODFmNDY3MzVmNWRkYjE1Y2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1266b6f3-17d8-46ea-a463-d3cc9fc6901e","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":"c6bb2321-8e6d-4c66-8ce7-727720293297","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":"b64f6999-7951-4ace-807b-d849851bb595","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":"40636bce-7957-4f4e-b5ef-c13a07536bf7","artifactVersion":"2","generatedFromUUID":"c6bb2321-8e6d-4c66-8ce7-727720293297"},{"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":"ZThlODRkMDU5MTI1OGI3ZWYzZGM0ZTY2ZGU0ZDgxZmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"881e7f0a-fe88-45de-9a2d-1020ce473330","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":"MjVkMmM2ZTczMmRiZDgyMjhlY2M2YTc0NTIzMmZlMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"563e97fa-8ba1-4e42-9907-313be74e580a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzE3ZmJkOGUxZTBmZjIyMjJjODUzOTZmZmE4MjVhYjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"139e216b-3733-46b8-b96b-e1991c0a6f8c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T04:36:53.133Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:36:53.133Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:36:53.135Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:36:53.135Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:53.236Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:36:53.236Z||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-05-28T04:36:53.237Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:36:53.252Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:36:53.252Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:36:54.136Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:36:54.137Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:36:54.139Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:36:54.139Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:36:54.239Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:36:54.240Z||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-05-28T04:36:54.240Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:36:54.254Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:36:54.255Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:36:55.140Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:36:55.140Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:36:55.142Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:36:55.143Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-28T04:36:55.250Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-05-28T04:36:55.250Z||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-05-28T04:36:55.251Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:36:55.266Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:36:55.269Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:36:56.143Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:36:56.145Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:36:56.147Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:36:56.147Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:56.247Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:36:56.248Z||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-05-28T04:36:56.248Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:36:56.262Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:36:56.262Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:36:57.148Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:36:57.149Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:36:57.151Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:36:57.151Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-28T04:36:57.251Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:36:57.252Z||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-05-28T04:36:57.252Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:36:57.265Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:36:57.266Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:36:58.152Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:36:58.153Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:36:58.154Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:36:58.155Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:58.255Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:36:58.256Z||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-05-28T04:36:58.256Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:36:58.269Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:36:58.269Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:36:59.155Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:36:59.156Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:36:59.159Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:36:59.159Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:36:59.259Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:36:59.260Z||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-05-28T04:36:59.261Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:36:59.275Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:36:59.275Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:37:00.160Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:37:00.163Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:37:00.170Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:37:00.171Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:37:00.266Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-05-28T04:37:00.267Z||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-05-28T04:37:00.268Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:37:00.296Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:37:00.296Z||pool-96-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:37:01.171Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "364a346b-2f03-41ed-aae8-adf30d2e7c9f", "serviceDescription": "service", "serviceInvariantUUID": "13b9ad45-48b5-4d9f-b2cb-dc43d408d570", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "d835744c-fbd0-4791-bfce-de3c5b4e04fe", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "db2cd473-91ec-4fda-911b-a94067222eac", "resourceInvariantUUID": "2d65d7bc-b4e8-4ee2-8145-fff670004681", "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": "ZTVlZTM3YzFlNzE0MWJkODFmNDY3MzVmNWRkYjE1Y2M\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1266b6f3-17d8-46ea-a463-d3cc9fc6901e", "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": "c6bb2321-8e6d-4c66-8ce7-727720293297", "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": "40636bce-7957-4f4e-b5ef-c13a07536bf7", "generatedFromUUID": "c6bb2321-8e6d-4c66-8ce7-727720293297" }, "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": "40636bce-7957-4f4e-b5ef-c13a07536bf7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MzE3ZmJkOGUxZTBmZjIyMjJjODUzOTZmZmE4MjVhYjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "139e216b-3733-46b8-b96b-e1991c0a6f8c" } ], "workloadContext": "Production" } 2022-05-28T04:37:01.171Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T04:37:01.172Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 364a346b-2f03-41ed-aae8-adf30d2e7c9f ASDC 2022-05-28T04:37:01.173Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:76601283-7c75-467b-a8ed-e629e639977a ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:364a346b-2f03-41ed-aae8-adf30d2e7c9f ServiceInvariantUUID:13b9ad45-48b5-4d9f-b2cb-dc43d408d570 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:139e216b-3733-46b8-b96b-e1991c0a6f8c ArtifactChecksum:MzE3ZmJkOGUxZTBmZjIyMjJjODUzOTZmZmE4MjVhYjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:d835744c-fbd0-4791-bfce-de3c5b4e04fe ResourceInvariantUUID:2d65d7bc-b4e8-4ee2-8145-fff670004681 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:db2cd473-91ec-4fda-911b-a94067222eac 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:1266b6f3-17d8-46ea-a463-d3cc9fc6901e ArtifactChecksum:ZTVlZTM3YzFlNzE0MWJkODFmNDY3MzVmNWRkYjE1Y2M= 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:c6bb2321-8e6d-4c66-8ce7-727720293297 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:40636bce-7957-4f4e-b5ef-c13a07536bf7 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:40636bce-7957-4f4e-b5ef-c13a07536bf7 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-28T04:37:01.173Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 364a346b-2f03-41ed-aae8-adf30d2e7c9f 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-05-28T04:37:01.204Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:37:01.205Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-28T04:37:01.205Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-28T04:37:01.205Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 139e216b-3733-46b8-b96b-e1991c0a6f8c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-28T04:37:01.205Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-28T04:37:01.205Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-28T04:37:01.756Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-28T04:37:01.760Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 139e216b-3733-46b8-b96b-e1991c0a6f8c 78822 2022-05-28T04:37:01.760Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-28T04:37:01.760Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-28T04:37:01.760Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:37:01.760Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:37:01.762Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:37:01.762Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712621760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:37:01.865Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-05-28T04:37:01.865Z||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-05-28T04:37:01.866Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:37:01.900Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:37:01.901Z||pool-97-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:37:02.763Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:37:02.764Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-28T04:37:02.765Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 139e216b-3733-46b8-b96b-e1991c0a6f8c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T04:37:02.765Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-05-28T04:37:02.766Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T04:37:02.766Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T04:37:02.877Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3556527511984253365/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-05-28T04:37:03.616Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T04:37:03.617Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-28T04:37:03.617Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T04:37:03.617Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-28T04:37:03.617Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T04:37:03.617Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T04:37:03.617Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T04:37:03.617Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T04:37:03.617Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T04:37:03.617Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T04:37:03.617Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T04:37:03.617Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T04:37:03.617Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-28T04:37:03.617Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-28T04:37:03.617Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:03.617Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:37:03.618Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-28T04:37:03.618Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-28T04:37:03.618Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:37:03.618Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:03.618Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:37:03.618Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-28T04:37:03.618Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-28T04:37:03.618Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:37:03.618Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:03.618Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:37:03.618Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:03.619Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-28T04:37:03.619Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-28T04:37:03.619Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-28T04:37:03.619Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-28T04:37:03.619Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-28T04:37:03.619Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-28T04:37:03.619Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:03.619Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T04:37:03.619Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:03.619Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-28T04:37:03.619Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:37:03.619Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:03.619Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-28T04:37:03.619Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:37:03.620Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:03.620Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-28T04:37:03.620Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:37:03.620Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:03.620Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-28T04:37:03.620Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-28T04:37:03.620Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-28T04:37:03.620Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4800fbc5-90e0-4b97-b355-dc15243c77e2 2022-05-28T04:37:03.620Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:03.620Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:37:03.620Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:03.620Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:37:03.620Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:03.620Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:37:03.620Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:03.620Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:37:03.621Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:364a346b-2f03-41ed-aae8-adf30d2e7c9f Model Version:NULL Model InvariantUuid:13b9ad45-48b5-4d9f-b2cb-dc43d408d570 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:602b0b46-2aaa-4ac4-a1d5-c69dced59aa2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2d65d7bc-b4e8-4ee2-8145-fff670004681 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d835744c-fbd0-4791-bfce-de3c5b4e04fe NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a8c58c21-5b81-46e7-acaa-c0c834cb6252 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:b7293b84-3d43-47ac-9308-33aedf5aa618 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4800fbc5-90e0-4b97-b355-dc15243c77e2 ModelInvariantUuid:5f1a1c8e-0a69-474c-8755-54c53ff21317 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:50a47810-e5b7-4b9a-8e35-b64da946fa70 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:004413fb-fc59-497e-9d52-e8a1644d497c ModelInvariantUuid:4284969b-aa75-4300-8bbb-81c37f7d36b2 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:9d9dbe09-71c3-4f1a-a04d-01cd9ad80df7 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-05-28T04:37:03.628Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: db2cd473-91ec-4fda-911b-a94067222eac 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-05-28T04:37:03.631Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||basic_vm_macro 0 2022-05-28T04:37:03.631Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: db2cd473-91ec-4fda-911b-a94067222eac 2022-05-28T04:37:03.631Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1266b6f3-17d8-46ea-a463-d3cc9fc6901e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-28T04:37:03.631Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-28T04:37:03.632Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-28T04:37:04.356Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-28T04:37:04.357Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 1266b6f3-17d8-46ea-a463-d3cc9fc6901e 792 2022-05-28T04:37:04.357Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-28T04:37:04.357Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-28T04:37:04.357Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:37:04.357Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:37:04.359Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:37:04.359Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712624357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:37:04.462Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-05-28T04:37:04.463Z||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-05-28T04:37:04.463Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:37:04.486Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:37:04.486Z||pool-98-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:37:05.360Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a8c58c21-5b81-46e7-acaa-c0c834cb6252", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b7293b84-3d43-47ac-9308-33aedf5aa618", "vfModuleModelCustomizationUUID": "8ea8b480-ab8e-44ca-874f-c26401105960", "isBase": true, "artifacts": [ "c6bb2321-8e6d-4c66-8ce7-727720293297", "40636bce-7957-4f4e-b5ef-c13a07536bf7" ], "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-05-28T04:37:05.371Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b7293b84-3d43-47ac-9308-33aedf5aa618 VfModuleModelInvariantUUID:a8c58c21-5b81-46e7-acaa-c0c834cb6252 VfModuleModelDescription:NULL Artifacts UUID List:{ c6bb2321-8e6d-4c66-8ce7-727720293297 , 40636bce-7957-4f4e-b5ef-c13a07536bf7 } 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-05-28T04:37:05.373Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a8c58c21-5b81-46e7-acaa-c0c834cb6252", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b7293b84-3d43-47ac-9308-33aedf5aa618", "vfModuleModelCustomizationUUID": "8ea8b480-ab8e-44ca-874f-c26401105960", "isBase": true, "artifacts": [ "c6bb2321-8e6d-4c66-8ce7-727720293297", "40636bce-7957-4f4e-b5ef-c13a07536bf7" ], "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-05-28T04:37:05.373Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b7293b84-3d43-47ac-9308-33aedf5aa618 VfModuleModelInvariantUUID:a8c58c21-5b81-46e7-acaa-c0c834cb6252 VfModuleModelDescription:NULL Artifacts UUID List:{ c6bb2321-8e6d-4c66-8ce7-727720293297 , 40636bce-7957-4f4e-b5ef-c13a07536bf7 } 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-05-28T04:37:05.373Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c6bb2321-8e6d-4c66-8ce7-727720293297 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-28T04:37:05.373Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-28T04:37:05.373Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-28T04:37:05.682Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-28T04:37:05.683Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml c6bb2321-8e6d-4c66-8ce7-727720293297 5033 2022-05-28T04:37:05.683Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-28T04:37:05.683Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-28T04:37:05.683Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:37:05.683Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:37:05.685Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:37:05.685Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712625683, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:37:05.786Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T04:37:05.787Z||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-05-28T04:37:05.787Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:37:05.804Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:37:05.804Z||pool-99-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:37:06.685Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 40636bce-7957-4f4e-b5ef-c13a07536bf7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-28T04:37:06.686Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-28T04:37:06.686Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-28T04:37:06.883Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-28T04:37:06.883Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 40636bce-7957-4f4e-b5ef-c13a07536bf7 903 2022-05-28T04:37:06.884Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-28T04:37:06.884Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-28T04:37:06.884Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:37:06.884Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:37:06.886Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:37:06.886Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712626884, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:37:06.986Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:37:06.987Z||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-05-28T04:37:06.987Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:37:07.000Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:37:07.000Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:37:07.887Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 364a346b-2f03-41ed-aae8-adf30d2e7c9f 2022-05-28T04:37:07.887Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 db2cd473-91ec-4fda-911b-a94067222eac 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-05-28T04:37:07.906Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ea7cce4, org.onap.sdc.toscaparser.api.parameters.Input@6ad7ccaa, org.onap.sdc.toscaparser.api.parameters.Input@3b5f37c3, org.onap.sdc.toscaparser.api.parameters.Input@37043d9b, org.onap.sdc.toscaparser.api.parameters.Input@57a40773] 2022-05-28T04:37:07.907Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:07.907Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:37:07.908Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-05-28T04:37:07.908Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= d835744c-fbd0-4791-bfce-de3c5b4e04fe 2022-05-28T04:37:07.908Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d835744c-fbd0-4791-bfce-de3c5b4e04fe matches Tosca VF Customization UUID: d835744c-fbd0-4791-bfce-de3c5b4e04fe 2022-05-28T04:37:07.908Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: d835744c-fbd0-4791-bfce-de3c5b4e04fe 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-05-28T04:37:07.911Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:07.912Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:37:07.912Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id d835744c-fbd0-4791-bfce-de3c5b4e04fe: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-05-28T04:37:07.913Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@571fe867 2022-05-28T04:37:07.913Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:07.913Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T04:37:07.913Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8ea8b480-ab8e-44ca-874f-c26401105960 2022-05-28T04:37:07.913Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8ea8b480-ab8e-44ca-874f-c26401105960 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-05-28T04:37:07.916Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:07.916Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-28T04:37:07.916Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:37:07.916Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:07.916Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-28T04:37:07.916Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:37:07.917Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:07.917Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-28T04:37:07.917Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-28T04:37:07.917Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-28T04:37:07.917Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4800fbc5-90e0-4b97-b355-dc15243c77e2 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-05-28T04:37:07.920Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:07.920Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-28T04:37:07.921Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:37:07.921Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:07.921Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-28T04:37:07.921Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d835744c-fbd0-4791-bfce-de3c5b4e04fe 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-05-28T04:37:07.922Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:07.922Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:37:07.922Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 364a346b-2f03-41ed-aae8-adf30d2e7c9f: basic_vm_macro 2022-05-28T04:37:07.922Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:07.923Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:37:07.923Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:07.923Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:37:07.923Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:07.923Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:37:07.923Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:07.923Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:37:07.923Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:37:07.923Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:37:07.923Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:37:07.996Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro db2cd473-91ec-4fda-911b-a94067222eac 1 ASDC deployResourceStructure 2022-05-28T04:37:07.997Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-28T04:37:07.997Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-28T04:37:07.997Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:37:07.997Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:37:07.998Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:37:07.999Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712627997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:37:08.099Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:37:08.099Z||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-05-28T04:37:08.100Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:37:08.112Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:37:08.113Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:37:08.999Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-28T04:37:09.000Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-28T04:37:09.000Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:37:09.000Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:37:09.002Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:37:09.002Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712628999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-28T04:37:09.102Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:37:09.104Z||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-05-28T04:37:09.104Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:37:09.120Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:37:09.121Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:37:10.003Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-28T04:37:10.003Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-28T04:37:10.003Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:37:10.004Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:37:10.007Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:37:10.007Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712630002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-28T04:37:10.107Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:37:10.108Z||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-05-28T04:37:10.108Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:37:10.122Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:37:10.122Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:37:11.008Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-28T04:37:11.009Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-28T04:37:11.009Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:37:11.009Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:37:11.012Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:37:11.013Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712631008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:37:11.112Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:37:11.113Z||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-05-28T04:37:11.113Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:37:11.132Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:37:11.133Z||pool-104-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:37:12.013Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76601283-7c75-467b-a8ed-e629e639977a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:37:12.024Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76601283-7c75-467b-a8ed-e629e639977a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:37:12.026Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:37:12.026Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T04:37:12.026Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T04:37:42.026Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76601283-7c75-467b-a8ed-e629e639977a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:37:42.043Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76601283-7c75-467b-a8ed-e629e639977a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:37:42.046Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:37:42.046Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T04:37:42.046Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T04:37:52.502Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:37:52.502Z||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-05-28T04:37:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:37:52.527Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:37:52.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:37:52.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "policy-id", "timestamp": 1653712604410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:37:52.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:38:12.046Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76601283-7c75-467b-a8ed-e629e639977a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:38:12.058Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76601283-7c75-467b-a8ed-e629e639977a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:38:12.060Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:38:12.060Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T04:38:12.060Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T04:38:42.061Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76601283-7c75-467b-a8ed-e629e639977a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:38:42.073Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76601283-7c75-467b-a8ed-e629e639977a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:38:42.075Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:38:42.075Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T04:38:42.076Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T04:38:52.502Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:38:52.503Z||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-05-28T04:38:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:38:52.533Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:38:52.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:38:52.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:38:52.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:12.077Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76601283-7c75-467b-a8ed-e629e639977a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:39:12.088Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76601283-7c75-467b-a8ed-e629e639977a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:39:12.106Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:39:12.107Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T04:39:12.107Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T04:39:42.107Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76601283-7c75-467b-a8ed-e629e639977a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:39:42.116Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76601283-7c75-467b-a8ed-e629e639977a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:39:42.118Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:39:42.119Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-28T04:39:42.119Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-28T04:39:52.502Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:39:52.504Z||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-05-28T04:39:52.504Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:39:52.539Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:39:52.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "cds", "timestamp": 1653712606671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712593646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1653712607018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-28T04:39:52.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "ves-openapi-manager", "timestamp": 1653712611008, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "policy-id", "timestamp": 1653712604410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:39:52.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "cds", "timestamp": 1653712606671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712593646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1653712607018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "ves-openapi-manager", "timestamp": 1653712611008, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "aai-ml", "timestamp": 1653712614099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "policy-id", "timestamp": 1653712614584, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "cds", "timestamp": 1653712606671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712593646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1653712607018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "ves-openapi-manager", "timestamp": 1653712611008, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "policy-id", "timestamp": 1653712615589, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "cds", "timestamp": 1653712606671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712616337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1653712607018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "ves-openapi-manager", "timestamp": 1653712611008, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "policy-id", "timestamp": 1653712616592, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:39:52.579Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ec08d60-beb2-4f29-8b89-46a454551bcb 2022-05-28T04:39:52.579Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec08d60-beb2-4f29-8b89-46a454551bcb 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-05-28T04:39:52.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "cds", "timestamp": 1653712616868, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.587Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1653712617201, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.587Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "ves-openapi-manager", "timestamp": 1653712611008, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-28T04:39:52.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712618448, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:39:52.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "cds", "timestamp": 1653712618058, "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-05-28T04:39:52.593Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ec08d60-beb2-4f29-8b89-46a454551bcb 2022-05-28T04:39:52.593Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec08d60-beb2-4f29-8b89-46a454551bcb 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-05-28T04:39:52.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1653712618280, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "ves-openapi-manager", "timestamp": 1653712611008, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "aai-ml", "timestamp": 1653712618629, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:39:52.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712619454, "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-05-28T04:39:52.609Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ec08d60-beb2-4f29-8b89-46a454551bcb 2022-05-28T04:39:52.609Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec08d60-beb2-4f29-8b89-46a454551bcb 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-05-28T04:39:52.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "ves-openapi-manager", "timestamp": 1653712611008, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1653712619492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.625Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "aai-ml", "timestamp": 1653712619634, "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-05-28T04:39:52.630Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 76601283-7c75-467b-a8ed-e629e639977a 2022-05-28T04:39:52.630Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76601283-7c75-467b-a8ed-e629e639977a 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-05-28T04:39:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "ves-openapi-manager", "timestamp": 1653712611008, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1653712621355, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.643Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "cds", "timestamp": 1653712621671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712621760, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.644Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1653712622485, "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-05-28T04:39:52.647Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ec08d60-beb2-4f29-8b89-46a454551bcb 2022-05-28T04:39:52.647Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec08d60-beb2-4f29-8b89-46a454551bcb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-28T04:39:52.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "cds", "timestamp": 1653712621671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712623657, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1653712623499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "cds", "timestamp": 1653712621671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712623657, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "policy-id", "timestamp": 1653712624215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712624357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.653Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "cds", "timestamp": 1653712621671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "multicloud-k8s-id", "timestamp": 1653712625365, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712623657, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "policy-id", "timestamp": 1653712624215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712625683, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.654Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "cds", "timestamp": 1653712621671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "multicloud-k8s-id", "timestamp": 1653712625365, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712623657, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "policy-id", "timestamp": 1653712624215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "cds", "timestamp": 1653712621671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712626884, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "multicloud-k8s-id", "timestamp": 1653712625365, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:39:52.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712623657, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "policy-id", "timestamp": 1653712624215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "cds", "timestamp": 1653712621671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712627997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "multicloud-k8s-id", "timestamp": 1653712625365, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712623657, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "policy-id", "timestamp": 1653712624215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "cds", "timestamp": 1653712621671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712628999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "multicloud-k8s-id", "timestamp": 1653712625365, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712623657, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "policy-id", "timestamp": 1653712624215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712630002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "cds", "timestamp": 1653712630165, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "multicloud-k8s-id", "timestamp": 1653712625365, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712623657, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "policy-id", "timestamp": 1653712624215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "aai-ml", "timestamp": 1653712630894, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712631008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "ves-openapi-manager", "timestamp": 1653712631008, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "cds", "timestamp": 1653712631171, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:39:52.679Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5f886906-8890-4f77-ba3e-4c21d4db53a9 2022-05-28T04:39:52.680Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f886906-8890-4f77-ba3e-4c21d4db53a9 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-05-28T04:39:52.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "multicloud-k8s-id", "timestamp": 1653712625365, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "policy-id", "timestamp": 1653712624215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712631763, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "ves-openapi-manager", "timestamp": 1653712631008, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "multicloud-k8s-id", "timestamp": 1653712625365, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "policy-id", "timestamp": 1653712632326, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "ves-openapi-manager", "timestamp": 1653712631008, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "multicloud-k8s-id", "timestamp": 1653712633492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "policy-id", "timestamp": 1653712633331, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712633871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "clamp", "timestamp": 1653712634492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "ves-openapi-manager", "timestamp": 1653712631008, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "policy-id", "timestamp": 1653712634335, "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-05-28T04:39:52.693Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f886906-8890-4f77-ba3e-4c21d4db53a9 2022-05-28T04:39:52.694Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f886906-8890-4f77-ba3e-4c21d4db53a9 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-05-28T04:39:52.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "multicloud-k8s-id", "timestamp": 1653712634570, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.715Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712634875, "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-05-28T04:39:52.737Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5f886906-8890-4f77-ba3e-4c21d4db53a9 2022-05-28T04:39:52.737Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f886906-8890-4f77-ba3e-4c21d4db53a9 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-05-28T04:39:52.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "ves-openapi-manager", "timestamp": 1653712631008, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "multicloud-k8s-id", "timestamp": 1653712635620, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.752Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "aai-ml", "timestamp": 1653712635804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:39:52.752Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "ves-openapi-manager", "timestamp": 1653712631008, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "multicloud-k8s-id", "timestamp": 1653712636663, "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-05-28T04:39:52.756Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f886906-8890-4f77-ba3e-4c21d4db53a9 2022-05-28T04:39:52.756Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f886906-8890-4f77-ba3e-4c21d4db53a9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-28T04:39:52.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "aai-ml", "timestamp": 1653712636806, "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-05-28T04:39:52.766Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ec08d60-beb2-4f29-8b89-46a454551bcb 2022-05-28T04:39:52.766Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec08d60-beb2-4f29-8b89-46a454551bcb 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-05-28T04:39:52.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "ves-openapi-manager", "timestamp": 1653712631008, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "cds", "timestamp": 1653712636671, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "multicloud-k8s-id", "timestamp": 1653712637668, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "clamp", "timestamp": 1653712638497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "ves-openapi-manager", "timestamp": 1653712631008, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "cds", "timestamp": 1653712636671, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "clamp", "timestamp": 1653712639501, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T04:39:52.780Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0ec08d60-beb2-4f29-8b89-46a454551bcb 2022-05-28T04:39:52.780Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec08d60-beb2-4f29-8b89-46a454551bcb and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:39:52.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "cds", "timestamp": 1653712636671, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "cds", "timestamp": 1653712636671, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "cds", "timestamp": 1653712636671, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "cds", "timestamp": 1653712636671, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "cds", "timestamp": 1653712636671, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "cds", "timestamp": 1653712636671, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "policy-id", "timestamp": 1653712644213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "aai-ml", "timestamp": 1653712605329, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "cds", "timestamp": 1653712636671, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "multicloud-k8s-id", "timestamp": 1653712645366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "policy-id", "timestamp": 1653712644213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "aai-ml", "timestamp": 1653712645896, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "cds", "timestamp": 1653712646369, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "multicloud-k8s-id", "timestamp": 1653712645366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "policy-id", "timestamp": 1653712644213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "clamp", "timestamp": 1653712597571, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "cds", "timestamp": 1653712647509, "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-05-28T04:39:52.805Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99da3ed4-abc0-41a3-bc45-cd03705e8e4b 2022-05-28T04:39:52.805Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99da3ed4-abc0-41a3-bc45-cd03705e8e4b 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-05-28T04:39:52.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "multicloud-k8s-id", "timestamp": 1653712645366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "policy-id", "timestamp": 1653712644213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "multicloud-k8s-id", "timestamp": 1653712645366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "policy-id", "timestamp": 1653712644213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "multicloud-k8s-id", "timestamp": 1653712645366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "policy-id", "timestamp": 1653712644213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "clamp", "timestamp": 1653712650494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "multicloud-k8s-id", "timestamp": 1653712645366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "policy-id", "timestamp": 1653712644213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "clamp", "timestamp": 1653712651497, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "ves-openapi-manager", "timestamp": 1653712651008, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "multicloud-k8s-id", "timestamp": 1653712645366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "policy-id", "timestamp": 1653712644213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "ves-openapi-manager", "timestamp": 1653712651008, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "multicloud-k8s-id", "timestamp": 1653712645366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "policy-id", "timestamp": 1653712644213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "ves-openapi-manager", "timestamp": 1653712651008, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712653646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "multicloud-k8s-id", "timestamp": 1653712645366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "clamp", "timestamp": 1653712654538, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-28T04:39:52.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "policy-id", "timestamp": 1653712654285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "ves-openapi-manager", "timestamp": 1653712651008, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712653646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "clamp", "timestamp": 1653712655543, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_ERROR" } 2022-05-28T04:39:52.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "policy-id", "timestamp": 1653712655289, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:39:52.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "ves-openapi-manager", "timestamp": 1653712651008, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712653646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "clamp", "timestamp": 1653712656547, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T04:39:52.822Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 5f886906-8890-4f77-ba3e-4c21d4db53a9 2022-05-28T04:39:52.822Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f886906-8890-4f77-ba3e-4c21d4db53a9 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:39:52.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "policy-id", "timestamp": 1653712656292, "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-05-28T04:39:52.832Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99da3ed4-abc0-41a3-bc45-cd03705e8e4b 2022-05-28T04:39:52.833Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99da3ed4-abc0-41a3-bc45-cd03705e8e4b 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-05-28T04:39:52.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "ves-openapi-manager", "timestamp": 1653712651008, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712653646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "aai-ml", "timestamp": 1653712656974, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:39:52.841Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "ves-openapi-manager", "timestamp": 1653712651008, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-28T04:39:52.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "clamp", "timestamp": 1653712657551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712653646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "aai-ml", "timestamp": 1653712657977, "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-05-28T04:39:52.844Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5f886906-8890-4f77-ba3e-4c21d4db53a9 2022-05-28T04:39:52.844Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f886906-8890-4f77-ba3e-4c21d4db53a9 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-05-28T04:39:52.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "ves-openapi-manager", "timestamp": 1653712651008, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "clamp", "timestamp": 1653712657551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712653646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "ves-openapi-manager", "timestamp": 1653712651008, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "aai-ml", "timestamp": 1653712658980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "clamp", "timestamp": 1653712657551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712653646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "aai-ml", "timestamp": 1653712658980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "clamp", "timestamp": 1653712657551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712653646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "ves-openapi-manager", "timestamp": 1653712660744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "aai-ml", "timestamp": 1653712658980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "clamp", "timestamp": 1653712657551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712653646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "ves-openapi-manager", "timestamp": 1653712661768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "aai-ml", "timestamp": 1653712658980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "clamp", "timestamp": 1653712657551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "ves-openapi-manager", "timestamp": 1653712662771, "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-05-28T04:39:52.858Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 99da3ed4-abc0-41a3-bc45-cd03705e8e4b 2022-05-28T04:39:52.858Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99da3ed4-abc0-41a3-bc45-cd03705e8e4b 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-05-28T04:39:52.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712663315, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.867Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "aai-ml", "timestamp": 1653712658980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "clamp", "timestamp": 1653712657551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712665056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:39:52.868Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "aai-ml", "timestamp": 1653712658980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "clamp", "timestamp": 1653712657551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653712666060, "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-05-28T04:39:52.872Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99da3ed4-abc0-41a3-bc45-cd03705e8e4b 2022-05-28T04:39:52.872Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99da3ed4-abc0-41a3-bc45-cd03705e8e4b 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-05-28T04:39:52.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "aai-ml", "timestamp": 1653712658980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "clamp", "timestamp": 1653712657551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "aai-ml", "timestamp": 1653712658980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:39:52.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "aai-ml", "timestamp": 1653712658980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:39:52.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:39:52.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "aai-ml", "timestamp": 1653712668712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:39:52.881Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:39:52.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:39:52.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "aai-ml", "timestamp": 1653712671840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:39:52.881Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:40:12.120Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76601283-7c75-467b-a8ed-e629e639977a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:40:12.129Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76601283-7c75-467b-a8ed-e629e639977a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:40:12.132Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:40:12.132Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T04:40:12.132Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T04:40:12.132Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T04:40:12.132Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:40:12.132Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:40:12.132Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:40:12.132Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:40:12.132Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:40:12.132Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:40:12.132Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T04:40:12.137Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T04:40:42.138Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76601283-7c75-467b-a8ed-e629e639977a 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-05-28T04:40:42.143Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76601283-7c75-467b-a8ed-e629e639977a and serviceModelVersionId: 364a346b-2f03-41ed-aae8-adf30d2e7c9f 2022-05-28T04:40:42.143Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13b9ad45-48b5-4d9f-b2cb-dc43d408d570 2022-05-28T04:40:42.145Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13b9ad45-48b5-4d9f-b2cb-dc43d408d570/model-vers/model-ver/364a346b-2f03-41ed-aae8-adf30d2e7c9f?depth=0 2022-05-28T04:40:42.149Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T04:40:42.180Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13b9ad45-48b5-4d9f-b2cb-dc43d408d570/model-vers/model-ver/364a346b-2f03-41ed-aae8-adf30d2e7c9f?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-05-28T04:40:42.181Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13b9ad45-48b5-4d9f-b2cb-dc43d408d570/model-vers/model-ver/364a346b-2f03-41ed-aae8-adf30d2e7c9f?depth=0|INFO|500||Invoke 2022-05-28T04:40:42.200Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13b9ad45-48b5-4d9f-b2cb-dc43d408d570/model-vers/model-ver/364a346b-2f03-41ed-aae8-adf30d2e7c9f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T04:40:42.305Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13b9ad45-48b5-4d9f-b2cb-dc43d408d570/model-vers/model-ver/364a346b-2f03-41ed-aae8-adf30d2e7c9f?depth=0|INFO|500||InvokeReturn 2022-05-28T04:40:42.306Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13b9ad45-48b5-4d9f-b2cb-dc43d408d570/model-vers/model-ver/364a346b-2f03-41ed-aae8-adf30d2e7c9f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220528-04:40:42:667-1167], vertex-id=[462920], Content-Length=[0], Date=[Sat, 28 May 2022 04:40:42 GMT], Content-Type=[application/json]} 2022-05-28T04:40:42.306Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-05-28T04:40:42.307Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T04:40:42.307Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T04:40:42.311Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-28T04:40:42.311Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76601283-7c75-467b-a8ed-e629e639977a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T04:40:42.311Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T04:40:42.311Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:40:42.313Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:40:42.313Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712842311, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T04:40:42.413Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:40:42.414Z||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-05-28T04:40:42.414Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:40:42.437Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:40:42.438Z||pool-105-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-28T04:40:43.325Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T04:40:43.325Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ec08d60-beb2-4f29-8b89-46a454551bcb","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"198b2102-1bcf-468e-b1a7-adffbec61301","serviceDescription":"service","serviceInvariantUUID":"8ccb1581-e6d9-45db-a7d4-76a4e68f1069","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6d5a19cc-3a50-4b33-a111-1a10334b5a99","resourceInvariantUUID":"86b3698c-7dff-4a37-8b8d-20f8ffcce7da","resourceCustomizationUUID":"071ac9e4-58e5-4abd-a4e7-bed3c2c02ce6","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":"NTFiNGM1OTU2NjU3NmQ0MTMyYWVhOTdiMDI2ZDFkMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cca9c6d7-6120-4da9-bb8b-cbef4fd4bc5b","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":"MTk3NWMxOTIzMzNjM2VmZWI3YTE1YTI3YzQzYmEzOWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ff89024-a55b-41a2-9a56-156dc53d879a","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":"62f36e84-7fd5-4555-aa3d-9241e893f214","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":"869b5ef8-7167-4b18-b68a-c702b3863eee","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":"7afb1fd0-b9af-41e8-be8c-958dadc57cb4","artifactVersion":"2","generatedFromUUID":"ef0689bf-c661-4099-b6c8-f7485222c765"},{"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":"d543e82b-51c4-4460-ac50-7678c8b8c105","artifactVersion":"2","generatedFromUUID":"62f36e84-7fd5-4555-aa3d-9241e893f214"},{"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":"ef0689bf-c661-4099-b6c8-f7485222c765","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":"8f5aa76f-c5a0-49bd-83dc-cd44e3181514","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":"OGMyMDJjYTMyZjY5YTllYjQ0OGFiZmU5MzQ1Y2RiMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa9a7e38-8e8d-48cf-8bd5-f4b53c9ef739","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTc1M2Q1MTczZDc5ODNiNTQ2M2ZmZmE4ZWQ0NDljZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03dbab20-b9ba-4c87-8d98-9f0d9663e727","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T04:40:43.325Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:40:43.326Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:40:43.327Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:40:43.327Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:40:43.427Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:40:43.428Z||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-05-28T04:40:43.428Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:40:43.445Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:40:43.445Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:40:44.328Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:40:44.328Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:40:44.330Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:40:44.330Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:40:44.430Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:40:44.432Z||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-05-28T04:40:44.432Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:40:44.447Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:40:44.447Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:40:45.331Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:40:45.331Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:40:45.333Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:40:45.333Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-28T04:40:45.434Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:40:45.435Z||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-05-28T04:40:45.435Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:40:45.449Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:40:45.450Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:40:46.334Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:40:46.334Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:40:46.336Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:40:46.336Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:40:46.437Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:40:46.439Z||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-05-28T04:40:46.439Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:40:46.454Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:40:46.455Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:40:47.337Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:40:47.338Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:40:47.340Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:40:47.340Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-28T04:40:47.440Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:40:47.441Z||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-05-28T04:40:47.441Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:40:47.454Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:40:47.454Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:40:48.340Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:40:48.341Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:40:48.343Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:40:48.344Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-28T04:40:48.444Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:40:48.445Z||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-05-28T04:40:48.445Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:40:48.459Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:40:48.460Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:40:49.344Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:40:49.345Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:40:49.348Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:40:49.348Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-28T04:40:49.448Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:40:49.449Z||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-05-28T04:40:49.449Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:40:49.465Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:40:49.465Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:40:50.348Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:40:50.349Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:40:50.351Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:40:50.351Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:40:50.451Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:40:50.452Z||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-05-28T04:40:50.453Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:40:50.470Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:40:50.471Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:40:51.351Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:40:51.352Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:40:51.354Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:40:51.354Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:40:51.454Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:40:51.455Z||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-05-28T04:40:51.455Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:40:51.466Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:40:51.467Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:40:52.358Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:40:52.359Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:40:52.361Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:40:52.361Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:40:52.461Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:40:52.461Z||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-05-28T04:40:52.461Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:40:52.474Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:40:52.474Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:40:52.502Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:40:52.503Z||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-05-28T04:40:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:40:52.530Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:40:52.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:40:52.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "aai-ml", "timestamp": 1653712672844, "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-05-28T04:40:52.541Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 99da3ed4-abc0-41a3-bc45-cd03705e8e4b 2022-05-28T04:40:52.541Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99da3ed4-abc0-41a3-bc45-cd03705e8e4b 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-05-28T04:40:52.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:40:52.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "clamp", "timestamp": 1653712678498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:40:52.551Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:40:52.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:40:52.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "clamp", "timestamp": 1653712680502, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:40:52.551Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:40:52.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:40:52.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "clamp", "timestamp": 1653712681505, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T04:40:52.555Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 99da3ed4-abc0-41a3-bc45-cd03705e8e4b 2022-05-28T04:40:52.555Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99da3ed4-abc0-41a3-bc45-cd03705e8e4b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:40:53.362Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "198b2102-1bcf-468e-b1a7-adffbec61301", "serviceDescription": "service", "serviceInvariantUUID": "8ccb1581-e6d9-45db-a7d4-76a4e68f1069", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "071ac9e4-58e5-4abd-a4e7-bed3c2c02ce6", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6d5a19cc-3a50-4b33-a111-1a10334b5a99", "resourceInvariantUUID": "86b3698c-7dff-4a37-8b8d-20f8ffcce7da", "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": "MTk3NWMxOTIzMzNjM2VmZWI3YTE1YTI3YzQzYmEzOWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5ff89024-a55b-41a2-9a56-156dc53d879a", "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": "62f36e84-7fd5-4555-aa3d-9241e893f214", "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": "d543e82b-51c4-4460-ac50-7678c8b8c105", "generatedFromUUID": "62f36e84-7fd5-4555-aa3d-9241e893f214" }, "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": "7afb1fd0-b9af-41e8-be8c-958dadc57cb4", "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": "d543e82b-51c4-4460-ac50-7678c8b8c105", "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": "ef0689bf-c661-4099-b6c8-f7485222c765", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MTc1M2Q1MTczZDc5ODNiNTQ2M2ZmZmE4ZWQ0NDljZjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "03dbab20-b9ba-4c87-8d98-9f0d9663e727" } ], "workloadContext": "Production" } 2022-05-28T04:40:53.362Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T04:40:53.363Z|76601283-7c75-467b-a8ed-e629e639977a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 198b2102-1bcf-468e-b1a7-adffbec61301 ASDC 2022-05-28T04:40:53.363Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:0ec08d60-beb2-4f29-8b89-46a454551bcb ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:198b2102-1bcf-468e-b1a7-adffbec61301 ServiceInvariantUUID:8ccb1581-e6d9-45db-a7d4-76a4e68f1069 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:03dbab20-b9ba-4c87-8d98-9f0d9663e727 ArtifactChecksum:MTc1M2Q1MTczZDc5ODNiNTQ2M2ZmZmE4ZWQ0NDljZjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:071ac9e4-58e5-4abd-a4e7-bed3c2c02ce6 ResourceInvariantUUID:86b3698c-7dff-4a37-8b8d-20f8ffcce7da ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6d5a19cc-3a50-4b33-a111-1a10334b5a99 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:5ff89024-a55b-41a2-9a56-156dc53d879a ArtifactChecksum:MTk3NWMxOTIzMzNjM2VmZWI3YTE1YTI3YzQzYmEzOWM= 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:62f36e84-7fd5-4555-aa3d-9241e893f214 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:d543e82b-51c4-4460-ac50-7678c8b8c105 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:7afb1fd0-b9af-41e8-be8c-958dadc57cb4 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:d543e82b-51c4-4460-ac50-7678c8b8c105 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:ef0689bf-c661-4099-b6c8-f7485222c765 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-28T04:40:53.363Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 198b2102-1bcf-468e-b1a7-adffbec61301 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-05-28T04:40:53.399Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:40:53.399Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-28T04:40:53.399Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-28T04:40:53.399Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 03dbab20-b9ba-4c87-8d98-9f0d9663e727 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-28T04:40:53.399Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-28T04:40:53.399Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-28T04:40:53.627Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-28T04:40:53.632Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 03dbab20-b9ba-4c87-8d98-9f0d9663e727 158211 2022-05-28T04:40:53.633Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-28T04:40:53.633Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-28T04:40:53.633Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:40:53.633Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:40:53.634Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:40:53.634Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712853633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:40:53.735Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T04:40:53.735Z||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-05-28T04:40:53.735Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:40:53.748Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:40:53.748Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:40:54.635Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:40:54.636Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-28T04:40:54.636Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 03dbab20-b9ba-4c87-8d98-9f0d9663e727, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-28T04:40:54.636Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-05-28T04:40:54.637Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-28T04:40:54.637Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-28T04:40:54.716Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4771636898090851560/Definitions/service-BasicCnfMacro-template.yml 2022-05-28T04:40:55.414Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T04:40:55.415Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-28T04:40:55.415Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-28T04:40:55.415Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-28T04:40:55.415Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-28T04:40:55.415Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-28T04:40:55.415Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-28T04:40:55.415Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-28T04:40:55.415Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-28T04:40:55.415Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:40:55.415Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:40:55.415Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-28T04:40:55.415Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-28T04:40:55.416Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:40:55.416Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:40:55.416Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:40:55.416Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-28T04:40:55.416Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-28T04:40:55.416Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:40:55.416Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:40:55.416Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:40:55.416Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:40:55.416Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-28T04:40:55.416Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-05-28T04:40:55.416Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-05-28T04:40:55.416Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-28T04:40:55.416Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:40:55.416Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T04:40:55.416Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:40:55.416Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-28T04:40:55.417Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:40:55.417Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:40:55.417Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-28T04:40:55.417Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:40:55.417Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:40:55.417Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-28T04:40:55.417Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:40:55.417Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:40:55.417Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-28T04:40:55.417Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:40:55.417Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:40:55.417Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-28T04:40:55.417Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-05-28T04:40:55.417Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=70ebae89-0a73-43b9-b88c-9f6022a12b1b 2022-05-28T04:40:55.417Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:40:55.417Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:40:55.417Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:40:55.418Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:40:55.418Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:40:55.418Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:40:55.418Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:40:55.418Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:40:55.418Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:198b2102-1bcf-468e-b1a7-adffbec61301 Model Version:NULL Model InvariantUuid:8ccb1581-e6d9-45db-a7d4-76a4e68f1069 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:de7b8455-fb53-4f59-bf72-fa7ca63277de Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:86b3698c-7dff-4a37-8b8d-20f8ffcce7da Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:071ac9e4-58e5-4abd-a4e7-bed3c2c02ce6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3b1f96b4-93cf-4ad6-a597-2f703347dd44 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:94a23390-37da-4ace-89f8-950bcd01095e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:ed043521-9b72-4a5d-8cc1-fbc453d38fea ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:b9cbb360-63e6-4c89-8386-50fc29dd5f69 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:70ebae89-0a73-43b9-b88c-9f6022a12b1b ModelInvariantUuid:894bbe3d-25a0-4fe7-9e24-2184c2e809ed ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:297fb236-ba2f-4c98-bbe4-9607c19cd3b5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:c08c2875-967f-4b02-bfc4-ee8590b9386e ModelInvariantUuid:fbd4c492-94ca-4c36-b8bd-cfb1cdbdc3cf ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:40db8cd7-4d8a-4e84-a5c7-229da2f99f5b 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-05-28T04:40:55.422Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 6d5a19cc-3a50-4b33-a111-1a10334b5a99 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-05-28T04:40:55.424Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0 2022-05-28T04:40:55.424Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6d5a19cc-3a50-4b33-a111-1a10334b5a99 2022-05-28T04:40:55.424Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5ff89024-a55b-41a2-9a56-156dc53d879a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-28T04:40:55.424Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-28T04:40:55.424Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-28T04:40:55.474Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-28T04:40:55.474Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 5ff89024-a55b-41a2-9a56-156dc53d879a 1565 2022-05-28T04:40:55.475Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-28T04:40:55.475Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-28T04:40:55.475Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:40:55.475Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:40:55.477Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:40:55.477Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712855475, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:40:55.577Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:40:55.578Z||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-05-28T04:40:55.578Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:40:55.592Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:40:55.592Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:40:56.477Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "ed043521-9b72-4a5d-8cc1-fbc453d38fea", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b9cbb360-63e6-4c89-8386-50fc29dd5f69", "vfModuleModelCustomizationUUID": "cdb3d3b7-457b-4752-852f-d64dc8865fe0", "isBase": true, "artifacts": [ "62f36e84-7fd5-4555-aa3d-9241e893f214", "d543e82b-51c4-4460-ac50-7678c8b8c105" ], "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": "3b1f96b4-93cf-4ad6-a597-2f703347dd44", "vfModuleModelVersion": "1", "vfModuleModelUUID": "94a23390-37da-4ace-89f8-950bcd01095e", "vfModuleModelCustomizationUUID": "88d67192-9dd2-49a8-bbe4-6d774f6ef50c", "isBase": false, "artifacts": [ "ef0689bf-c661-4099-b6c8-f7485222c765" ], "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-05-28T04:40:56.481Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b9cbb360-63e6-4c89-8386-50fc29dd5f69 VfModuleModelInvariantUUID:ed043521-9b72-4a5d-8cc1-fbc453d38fea VfModuleModelDescription:NULL Artifacts UUID List:{ 62f36e84-7fd5-4555-aa3d-9241e893f214 , d543e82b-51c4-4460-ac50-7678c8b8c105 } 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:94a23390-37da-4ace-89f8-950bcd01095e VfModuleModelInvariantUUID:3b1f96b4-93cf-4ad6-a597-2f703347dd44 VfModuleModelDescription:NULL Artifacts UUID List:{ ef0689bf-c661-4099-b6c8-f7485222c765 } 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-05-28T04:40:56.483Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "ed043521-9b72-4a5d-8cc1-fbc453d38fea", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b9cbb360-63e6-4c89-8386-50fc29dd5f69", "vfModuleModelCustomizationUUID": "cdb3d3b7-457b-4752-852f-d64dc8865fe0", "isBase": true, "artifacts": [ "62f36e84-7fd5-4555-aa3d-9241e893f214", "d543e82b-51c4-4460-ac50-7678c8b8c105" ], "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": "3b1f96b4-93cf-4ad6-a597-2f703347dd44", "vfModuleModelVersion": "1", "vfModuleModelUUID": "94a23390-37da-4ace-89f8-950bcd01095e", "vfModuleModelCustomizationUUID": "88d67192-9dd2-49a8-bbe4-6d774f6ef50c", "isBase": false, "artifacts": [ "ef0689bf-c661-4099-b6c8-f7485222c765" ], "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-05-28T04:40:56.483Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b9cbb360-63e6-4c89-8386-50fc29dd5f69 VfModuleModelInvariantUUID:ed043521-9b72-4a5d-8cc1-fbc453d38fea VfModuleModelDescription:NULL Artifacts UUID List:{ 62f36e84-7fd5-4555-aa3d-9241e893f214 , d543e82b-51c4-4460-ac50-7678c8b8c105 } 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:94a23390-37da-4ace-89f8-950bcd01095e VfModuleModelInvariantUUID:3b1f96b4-93cf-4ad6-a597-2f703347dd44 VfModuleModelDescription:NULL Artifacts UUID List:{ ef0689bf-c661-4099-b6c8-f7485222c765 } 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-05-28T04:40:56.483Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 62f36e84-7fd5-4555-aa3d-9241e893f214 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-28T04:40:56.484Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-28T04:40:56.484Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-28T04:40:56.525Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-28T04:40:56.525Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 62f36e84-7fd5-4555-aa3d-9241e893f214 914 2022-05-28T04:40:56.525Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-28T04:40:56.525Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-28T04:40:56.525Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:40:56.526Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:40:56.527Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:40:56.527Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712856525, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:40:56.627Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:40:56.628Z||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-05-28T04:40:56.628Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:40:56.646Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:40:56.647Z||pool-118-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:40:57.528Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7afb1fd0-b9af-41e8-be8c-958dadc57cb4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-28T04:40:57.528Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-28T04:40:57.528Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-28T04:40:57.582Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-28T04:40:57.583Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 7afb1fd0-b9af-41e8-be8c-958dadc57cb4 12 2022-05-28T04:40:57.583Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-28T04:40:57.583Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-28T04:40:57.584Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:40:57.584Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:40:57.586Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:40:57.586Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712857583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:40:57.686Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:40:57.687Z||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-05-28T04:40:57.687Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:40:57.701Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:40:57.702Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:40:58.587Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d543e82b-51c4-4460-ac50-7678c8b8c105 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-28T04:40:58.587Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-28T04:40:58.587Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-28T04:40:58.644Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-28T04:40:58.645Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d543e82b-51c4-4460-ac50-7678c8b8c105 96 2022-05-28T04:40:58.645Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-28T04:40:58.645Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-28T04:40:58.645Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:40:58.645Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:40:58.647Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:40:58.647Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712858645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:40:58.747Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:40:58.748Z||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-05-28T04:40:58.748Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:40:58.767Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:40:58.768Z||pool-120-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:40:59.648Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ef0689bf-c661-4099-b6c8-f7485222c765 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-28T04:40:59.648Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-28T04:40:59.649Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-28T04:41:00.198Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-28T04:41:00.199Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ef0689bf-c661-4099-b6c8-f7485222c765 20206 2022-05-28T04:41:00.199Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-28T04:41:00.199Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-28T04:41:00.199Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:41:00.200Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:00.201Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:00.202Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712860199, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-28T04:41:00.306Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-05-28T04:41:00.307Z||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-05-28T04:41:00.307Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:00.321Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:00.321Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:01.204Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 198b2102-1bcf-468e-b1a7-adffbec61301 2022-05-28T04:41:01.204Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 6d5a19cc-3a50-4b33-a111-1a10334b5a99 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-05-28T04:41:01.211Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5351c5cf, org.onap.sdc.toscaparser.api.parameters.Input@5d09d4e9, org.onap.sdc.toscaparser.api.parameters.Input@27cc2d63, org.onap.sdc.toscaparser.api.parameters.Input@10a965cc, org.onap.sdc.toscaparser.api.parameters.Input@4d8bb5ab] 2022-05-28T04:41:01.213Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:01.213Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:01.213Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-05-28T04:41:01.213Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 071ac9e4-58e5-4abd-a4e7-bed3c2c02ce6 2022-05-28T04:41:01.213Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 071ac9e4-58e5-4abd-a4e7-bed3c2c02ce6 matches Tosca VF Customization UUID: 071ac9e4-58e5-4abd-a4e7-bed3c2c02ce6 2022-05-28T04:41:01.213Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 071ac9e4-58e5-4abd-a4e7-bed3c2c02ce6 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-05-28T04:41:01.216Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:01.216Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:01.217Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 071ac9e4-58e5-4abd-a4e7-bed3c2c02ce6: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-05-28T04:41:01.217Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@430b963c 2022-05-28T04:41:01.217Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:01.217Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T04:41:01.217Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 88d67192-9dd2-49a8-bbe4-6d774f6ef50c 2022-05-28T04:41:01.217Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 88d67192-9dd2-49a8-bbe4-6d774f6ef50c 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-05-28T04:41:01.220Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:01.220Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-28T04:41:01.220Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:41:01.220Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:01.220Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-28T04:41:01.220Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:41:01.220Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:01.220Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-28T04:41:01.221Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=071ac9e4-58e5-4abd-a4e7-bed3c2c02ce6 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-05-28T04:41:01.222Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:01.222Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:01.222Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 198b2102-1bcf-468e-b1a7-adffbec61301: basic_cnf_macro 2022-05-28T04:41:01.222Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:01.222Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:01.222Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:01.223Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:01.223Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:01.223Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:01.223Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:01.223Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:01.223Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:01.223Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:01.223Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:41:01.255Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 6d5a19cc-3a50-4b33-a111-1a10334b5a99 2 ASDC deployResourceStructure 2022-05-28T04:41:01.255Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-28T04:41:01.255Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-28T04:41:01.255Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:41:01.255Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:01.259Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:01.260Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712861255, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:41:01.360Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:41:01.361Z||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-05-28T04:41:01.361Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:01.386Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:01.387Z||pool-122-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:02.260Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-28T04:41:02.261Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-28T04:41:02.261Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:41:02.261Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:02.264Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:02.264Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712862260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-28T04:41:02.365Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T04:41:02.366Z||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-05-28T04:41:02.366Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:02.380Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:02.380Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:03.266Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-28T04:41:03.266Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-05-28T04:41:03.266Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-28T04:41:03.267Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:03.269Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:03.269Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712863266, "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-05-28T04:41:03.370Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T04:41:03.370Z||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-05-28T04:41:03.370Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:03.395Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:03.396Z||pool-124-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:04.270Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-28T04:41:04.270Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-28T04:41:04.270Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:41:04.270Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:04.275Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:04.275Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712864270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-28T04:41:04.373Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-05-28T04:41:04.374Z||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-05-28T04:41:04.374Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:04.388Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:04.388Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:41:05.276Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-28T04:41:05.276Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-28T04:41:05.276Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-28T04:41:05.276Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:05.280Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:05.280Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712865276, "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-05-28T04:41:05.381Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-28T04:41:05.382Z||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-05-28T04:41:05.382Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:05.398Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:05.398Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:06.282Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-28T04:41:06.282Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-28T04:41:06.282Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:41:06.282Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:06.284Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:06.284Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712866282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:41:06.384Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:41:06.384Z||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-05-28T04:41:06.385Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:06.399Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:06.400Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:07.285Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec08d60-beb2-4f29-8b89-46a454551bcb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:41:07.293Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec08d60-beb2-4f29-8b89-46a454551bcb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:41:07.295Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:41:07.295Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T04:41:07.295Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T04:41:07.295Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T04:41:07.295Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:41:07.295Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:41:07.295Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:41:07.295Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:41:07.295Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:41:07.295Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:41:07.295Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T04:41:07.298Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T04:41:37.299Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ec08d60-beb2-4f29-8b89-46a454551bcb 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-05-28T04:41:37.305Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ec08d60-beb2-4f29-8b89-46a454551bcb and serviceModelVersionId: 198b2102-1bcf-468e-b1a7-adffbec61301 2022-05-28T04:41:37.306Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ccb1581-e6d9-45db-a7d4-76a4e68f1069 2022-05-28T04:41:37.306Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ccb1581-e6d9-45db-a7d4-76a4e68f1069/model-vers/model-ver/198b2102-1bcf-468e-b1a7-adffbec61301?depth=0 2022-05-28T04:41:37.310Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T04:41:37.329Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ccb1581-e6d9-45db-a7d4-76a4e68f1069/model-vers/model-ver/198b2102-1bcf-468e-b1a7-adffbec61301?depth=0|INFO|500||Invoke 2022-05-28T04:41:37.330Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ccb1581-e6d9-45db-a7d4-76a4e68f1069/model-vers/model-ver/198b2102-1bcf-468e-b1a7-adffbec61301?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ccb1581-e6d9-45db-a7d4-76a4e68f1069/model-vers/model-ver/198b2102-1bcf-468e-b1a7-adffbec61301?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0ec08d60-beb2-4f29-8b89-46a454551bcb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[51881c07-e966-485d-9180-8671de7555ac], X-ECOMP-RequestID=[0ec08d60-beb2-4f29-8b89-46a454551bcb], X-TransactionId=[], X-ONAP-RequestID=[0ec08d60-beb2-4f29-8b89-46a454551bcb], Content-Type=[application/merge-patch+json]} 2022-05-28T04:41:37.345Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ccb1581-e6d9-45db-a7d4-76a4e68f1069/model-vers/model-ver/198b2102-1bcf-468e-b1a7-adffbec61301?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T04:41:37.769Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ccb1581-e6d9-45db-a7d4-76a4e68f1069/model-vers/model-ver/198b2102-1bcf-468e-b1a7-adffbec61301?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/8ccb1581-e6d9-45db-a7d4-76a4e68f1069/model-vers/model-ver/198b2102-1bcf-468e-b1a7-adffbec61301?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220528-04:41:37:814-75387], vertex-id=[225312], Content-Length=[0], Date=[Sat, 28 May 2022 04:41:37 GMT], Content-Type=[application/json]} 2022-05-28T04:41:37.769Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ccb1581-e6d9-45db-a7d4-76a4e68f1069/model-vers/model-ver/198b2102-1bcf-468e-b1a7-adffbec61301?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-28T04:41:37.769Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ccb1581-e6d9-45db-a7d4-76a4e68f1069/model-vers/model-ver/198b2102-1bcf-468e-b1a7-adffbec61301?depth=0|INFO|500||InvokeReturn 2022-05-28T04:41:37.770Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T04:41:37.770Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T04:41:37.775Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-28T04:41:37.776Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ec08d60-beb2-4f29-8b89-46a454551bcb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T04:41:37.776Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T04:41:37.776Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:37.778Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:37.778Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712897776, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T04:41:37.878Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:41:37.878Z||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-05-28T04:41:37.879Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:37.898Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:37.899Z||pool-128-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-28T04:41:38.793Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T04:41:38.793Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5f886906-8890-4f77-ba3e-4c21d4db53a9","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"ff7274e5-5d21-4d42-a03b-203bd1e7ef0b","serviceDescription":"service","serviceInvariantUUID":"35a4d228-d178-4222-8221-8e1df6c65f2b","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"981624d1-b299-4ab4-bdab-ccec7f4fd3e0","resourceInvariantUUID":"efecbe53-7434-464b-a047-f6bdaca6072a","resourceCustomizationUUID":"b47b3523-aef8-4cde-977b-af22774cc9fd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0979a887-0e06-4744-8cf3-f3fa4e67f3ad","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"Nzg4MTMzMjUxOWZlYjQyODBlNGU0NGM2OTA3Yjg4MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"80b53972-69bf-4c03-97bb-b708478143d5","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MDM2ZTdmZDRkZTg3ZWQ0NWQxZjU5Nzc5OGQwNTA5NDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d005624-2e3a-4a7b-bf10-ff61e19d804e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"051132c6-bcf1-4a7b-b9b2-f8035919f85c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8babc7de-90ec-45eb-9f10-970fd8a24030","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cc7e9c92-8ef9-472e-8f82-d27973870862","artifactVersion":"2","generatedFromUUID":"051132c6-bcf1-4a7b-b9b2-f8035919f85c"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YWI1Y2UzNjZmOGU4OGI0OGM3MmVhMjUyNmEyZjk5Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4600a277-1b74-4fcb-99f2-3ec9e38c096f","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MDhjZTgwNjUyOGNkZGYyMzU4NjQyMmVkMTcyMzJhYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e310e825-c883-4686-8146-d6ebc6f9f2e9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T04:41:38.794Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:41:38.794Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:38.796Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:38.796Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:41:38.896Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:41:38.897Z||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-05-28T04:41:38.897Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:38.911Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:38.911Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:39.796Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:41:39.796Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:39.799Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:39.799Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:41:39.899Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:41:39.900Z||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-05-28T04:41:39.900Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:39.919Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:39.920Z||pool-130-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:40.799Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:41:40.800Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:40.802Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:40.803Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:41:40.902Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:41:40.903Z||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-05-28T04:41:40.903Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:40.917Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:40.918Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:41.803Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:41:41.804Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:41.805Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:41.805Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-28T04:41:41.905Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:41:41.906Z||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-05-28T04:41:41.906Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:41.918Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:41.919Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:42.806Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:41:42.806Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:42.807Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:42.807Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:41:42.908Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:41:42.909Z||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-05-28T04:41:42.909Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:42.923Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:42.924Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:43.808Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:41:43.808Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:43.810Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:43.811Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-28T04:41:43.910Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:41:43.911Z||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-05-28T04:41:43.912Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:43.925Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:43.925Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:44.811Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:41:44.812Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:44.814Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:44.814Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:41:44.914Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:41:44.915Z||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-05-28T04:41:44.915Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:44.938Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:44.939Z||pool-135-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:45.815Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:41:45.815Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:45.818Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:45.818Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:41:45.918Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:41:45.919Z||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-05-28T04:41:45.919Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:45.934Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:45.934Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:41:46.819Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "ff7274e5-5d21-4d42-a03b-203bd1e7ef0b", "serviceDescription": "service", "serviceInvariantUUID": "35a4d228-d178-4222-8221-8e1df6c65f2b", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "b47b3523-aef8-4cde-977b-af22774cc9fd", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "981624d1-b299-4ab4-bdab-ccec7f4fd3e0", "resourceInvariantUUID": "efecbe53-7434-464b-a047-f6bdaca6072a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "MDM2ZTdmZDRkZTg3ZWQ0NWQxZjU5Nzc5OGQwNTA5NDk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0d005624-2e3a-4a7b-bf10-ff61e19d804e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "051132c6-bcf1-4a7b-b9b2-f8035919f85c", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cc7e9c92-8ef9-472e-8f82-d27973870862", "generatedFromUUID": "051132c6-bcf1-4a7b-b9b2-f8035919f85c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cc7e9c92-8ef9-472e-8f82-d27973870862", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MDhjZTgwNjUyOGNkZGYyMzU4NjQyMmVkMTcyMzJhYzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e310e825-c883-4686-8146-d6ebc6f9f2e9" } ], "workloadContext": "Production" } 2022-05-28T04:41:46.819Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T04:41:46.819Z|0ec08d60-beb2-4f29-8b89-46a454551bcb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ff7274e5-5d21-4d42-a03b-203bd1e7ef0b ASDC 2022-05-28T04:41:46.819Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:5f886906-8890-4f77-ba3e-4c21d4db53a9 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:ff7274e5-5d21-4d42-a03b-203bd1e7ef0b ServiceInvariantUUID:35a4d228-d178-4222-8221-8e1df6c65f2b ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:e310e825-c883-4686-8146-d6ebc6f9f2e9 ArtifactChecksum:MDhjZTgwNjUyOGNkZGYyMzU4NjQyMmVkMTcyMzJhYzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:b47b3523-aef8-4cde-977b-af22774cc9fd ResourceInvariantUUID:efecbe53-7434-464b-a047-f6bdaca6072a ResourceName:basicclamp ResourceType:VF ResourceUUID:981624d1-b299-4ab4-bdab-ccec7f4fd3e0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:0d005624-2e3a-4a7b-bf10-ff61e19d804e ArtifactChecksum:MDM2ZTdmZDRkZTg3ZWQ0NWQxZjU5Nzc5OGQwNTA5NDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:051132c6-bcf1-4a7b-b9b2-f8035919f85c ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:cc7e9c92-8ef9-472e-8f82-d27973870862 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:cc7e9c92-8ef9-472e-8f82-d27973870862 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-28T04:41:46.819Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ff7274e5-5d21-4d42-a03b-203bd1e7ef0b 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-05-28T04:41:46.849Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:41:46.850Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-28T04:41:46.850Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-28T04:41:46.850Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e310e825-c883-4686-8146-d6ebc6f9f2e9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-28T04:41:46.850Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-28T04:41:46.850Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-28T04:41:46.972Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-28T04:41:46.975Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar e310e825-c883-4686-8146-d6ebc6f9f2e9 73677 2022-05-28T04:41:46.975Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-28T04:41:46.975Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-28T04:41:46.975Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:41:46.987Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:46.990Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:46.990Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712906975, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:41:47.090Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:41:47.091Z||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-05-28T04:41:47.091Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:47.108Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:47.109Z||pool-137-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:47.991Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:41:47.991Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-28T04:41:47.992Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e310e825-c883-4686-8146-d6ebc6f9f2e9, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-28T04:41:47.992Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-05-28T04:41:47.992Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-28T04:41:47.992Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-28T04:41:48.100Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12309288086975806906/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-05-28T04:41:48.831Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T04:41:48.831Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-28T04:41:48.831Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-28T04:41:48.831Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-28T04:41:48.831Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-28T04:41:48.831Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-28T04:41:48.832Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-28T04:41:48.832Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-28T04:41:48.832Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-28T04:41:48.832Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-28T04:41:48.832Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-28T04:41:48.832Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-28T04:41:48.832Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-28T04:41:48.832Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-28T04:41:48.832Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:48.832Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:48.833Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-28T04:41:48.833Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-28T04:41:48.833Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:41:48.833Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:48.833Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:48.833Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-28T04:41:48.833Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-28T04:41:48.833Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:41:48.834Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:48.834Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:48.834Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:48.834Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-28T04:41:48.834Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-28T04:41:48.834Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-28T04:41:48.834Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-28T04:41:48.834Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-28T04:41:48.834Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-28T04:41:48.834Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:48.834Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T04:41:48.834Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:48.835Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-28T04:41:48.835Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:41:48.835Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:48.835Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-28T04:41:48.835Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:41:48.835Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:48.835Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-28T04:41:48.835Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:41:48.835Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:48.835Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-28T04:41:48.836Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-28T04:41:48.836Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-28T04:41:48.836Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=39d29eb4-61e4-465d-aa44-249c6dc892d6 2022-05-28T04:41:48.836Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:48.836Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:48.836Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:48.836Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:48.836Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:48.836Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:48.836Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:48.836Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:48.836Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:ff7274e5-5d21-4d42-a03b-203bd1e7ef0b Model Version:NULL Model InvariantUuid:35a4d228-d178-4222-8221-8e1df6c65f2b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:8107e7e1-0962-4e85-950f-066a482735ab Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:efecbe53-7434-464b-a047-f6bdaca6072a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b47b3523-aef8-4cde-977b-af22774cc9fd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7b868140-4aeb-456a-8a29-892898df7c77 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:433bbc86-54a7-4609-8404-2b99f882dcef ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:39d29eb4-61e4-465d-aa44-249c6dc892d6 ModelInvariantUuid:0c61efea-5193-49c6-8be0-fafd0f8a72aa ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:da577858-7980-4258-ba5b-27d3516b21bb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:591d6672-6f3b-4432-bf0c-3cb6036f5ea5 ModelInvariantUuid:fe0e6343-ad21-4adc-8034-6aa266705a97 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:d746576f-5914-4f19-a146-22a5743bd048 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-05-28T04:41:49.138Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 981624d1-b299-4ab4-bdab-ccec7f4fd3e0 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-05-28T04:41:49.140Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||basicclamp 0 2022-05-28T04:41:49.141Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 981624d1-b299-4ab4-bdab-ccec7f4fd3e0 2022-05-28T04:41:49.141Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0d005624-2e3a-4a7b-bf10-ff61e19d804e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-28T04:41:49.141Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-28T04:41:49.141Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-28T04:41:49.190Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-28T04:41:49.190Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 0d005624-2e3a-4a7b-bf10-ff61e19d804e 790 2022-05-28T04:41:49.190Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-05-28T04:41:49.190Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-28T04:41:49.190Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:41:49.191Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:49.192Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:49.192Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712909190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:41:49.292Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:41:49.293Z||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-05-28T04:41:49.294Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:49.318Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:49.319Z||pool-138-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:50.193Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "7b868140-4aeb-456a-8a29-892898df7c77", "vfModuleModelVersion": "1", "vfModuleModelUUID": "433bbc86-54a7-4609-8404-2b99f882dcef", "vfModuleModelCustomizationUUID": "47db0907-405a-4e51-bd6d-b915dc886b0c", "isBase": true, "artifacts": [ "051132c6-bcf1-4a7b-b9b2-f8035919f85c", "cc7e9c92-8ef9-472e-8f82-d27973870862" ], "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-05-28T04:41:50.195Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:433bbc86-54a7-4609-8404-2b99f882dcef VfModuleModelInvariantUUID:7b868140-4aeb-456a-8a29-892898df7c77 VfModuleModelDescription:NULL Artifacts UUID List:{ 051132c6-bcf1-4a7b-b9b2-f8035919f85c , cc7e9c92-8ef9-472e-8f82-d27973870862 } 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-05-28T04:41:50.197Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "7b868140-4aeb-456a-8a29-892898df7c77", "vfModuleModelVersion": "1", "vfModuleModelUUID": "433bbc86-54a7-4609-8404-2b99f882dcef", "vfModuleModelCustomizationUUID": "47db0907-405a-4e51-bd6d-b915dc886b0c", "isBase": true, "artifacts": [ "051132c6-bcf1-4a7b-b9b2-f8035919f85c", "cc7e9c92-8ef9-472e-8f82-d27973870862" ], "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-05-28T04:41:50.197Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:433bbc86-54a7-4609-8404-2b99f882dcef VfModuleModelInvariantUUID:7b868140-4aeb-456a-8a29-892898df7c77 VfModuleModelDescription:NULL Artifacts UUID List:{ 051132c6-bcf1-4a7b-b9b2-f8035919f85c , cc7e9c92-8ef9-472e-8f82-d27973870862 } 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-05-28T04:41:50.197Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 051132c6-bcf1-4a7b-b9b2-f8035919f85c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-28T04:41:50.197Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-28T04:41:50.198Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-28T04:41:50.244Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-28T04:41:50.244Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 051132c6-bcf1-4a7b-b9b2-f8035919f85c 5033 2022-05-28T04:41:50.244Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-28T04:41:50.245Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-28T04:41:50.245Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:41:50.245Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:50.246Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:50.246Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712910244, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:41:50.346Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:41:50.347Z||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-05-28T04:41:50.347Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:50.359Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:50.360Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:51.247Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cc7e9c92-8ef9-472e-8f82-d27973870862 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-28T04:41:51.247Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-28T04:41:51.247Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-28T04:41:51.300Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-28T04:41:51.301Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env cc7e9c92-8ef9-472e-8f82-d27973870862 909 2022-05-28T04:41:51.301Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-28T04:41:51.301Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-28T04:41:51.301Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:41:51.302Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:51.304Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:51.304Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712911301, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:41:51.404Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:41:51.405Z||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-05-28T04:41:51.405Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:51.418Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:51.419Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:52.305Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ff7274e5-5d21-4d42-a03b-203bd1e7ef0b 2022-05-28T04:41:52.305Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 981624d1-b299-4ab4-bdab-ccec7f4fd3e0 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-05-28T04:41:52.319Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7108651f, org.onap.sdc.toscaparser.api.parameters.Input@43da7236, org.onap.sdc.toscaparser.api.parameters.Input@3a75df39, org.onap.sdc.toscaparser.api.parameters.Input@4ae4c561, org.onap.sdc.toscaparser.api.parameters.Input@78f661bf] 2022-05-28T04:41:52.321Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:52.321Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:52.321Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-05-28T04:41:52.321Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b47b3523-aef8-4cde-977b-af22774cc9fd 2022-05-28T04:41:52.321Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b47b3523-aef8-4cde-977b-af22774cc9fd matches Tosca VF Customization UUID: b47b3523-aef8-4cde-977b-af22774cc9fd 2022-05-28T04:41:52.321Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b47b3523-aef8-4cde-977b-af22774cc9fd 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-05-28T04:41:52.324Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:52.324Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:52.325Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b47b3523-aef8-4cde-977b-af22774cc9fd: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-05-28T04:41:52.325Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@10967c54 2022-05-28T04:41:52.325Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:52.325Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-28T04:41:52.325Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 47db0907-405a-4e51-bd6d-b915dc886b0c 2022-05-28T04:41:52.325Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 47db0907-405a-4e51-bd6d-b915dc886b0c 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-05-28T04:41:52.327Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:52.327Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-28T04:41:52.327Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:41:52.327Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:52.327Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-28T04:41:52.328Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:41:52.328Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:52.328Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-28T04:41:52.328Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-28T04:41:52.328Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-28T04:41:52.328Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=39d29eb4-61e4-465d-aa44-249c6dc892d6 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-05-28T04:41:52.329Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:52.330Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-28T04:41:52.330Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-28T04:41:52.330Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:52.330Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-28T04:41:52.330Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=b47b3523-aef8-4cde-977b-af22774cc9fd 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-05-28T04:41:52.331Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:52.331Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:52.331Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ff7274e5-5d21-4d42-a03b-203bd1e7ef0b: basicclamp 2022-05-28T04:41:52.331Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:52.331Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:52.331Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:52.331Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:52.331Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:52.332Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:52.332Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:52.332Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:52.332Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:41:52.332Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:41:52.332Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-28T04:41:52.384Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 981624d1-b299-4ab4-bdab-ccec7f4fd3e0 1 ASDC deployResourceStructure 2022-05-28T04:41:52.385Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-05-28T04:41:52.385Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-28T04:41:52.385Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:41:52.385Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:52.386Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:52.386Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712912384, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:41:52.486Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:41:52.487Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-28T04:41:52.488Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:52.501Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:52.502Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:41:52.502Z||pool-141-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:52.502Z||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-05-28T04:41:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:52.525Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:52.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:41:52.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "76601283-7c75-467b-a8ed-e629e639977a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712842311, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T04:41:52.526Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:41:52.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:41:52.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:41:52.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:41:52.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:41:52.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:41:52.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-28T04:41:52.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:41:52.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-28T04:41:53.387Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-28T04:41:53.387Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-28T04:41:53.387Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:41:53.387Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:53.389Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:53.389Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712913387, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-28T04:41:53.489Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:41:53.490Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-28T04:41:53.490Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:53.506Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:53.507Z||pool-142-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:54.390Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-28T04:41:54.390Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-28T04:41:54.390Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:41:54.390Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:54.391Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:54.391Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712914389, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-28T04:41:54.491Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:41:54.492Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-28T04:41:54.492Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:54.506Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:54.507Z||pool-143-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:55.392Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-28T04:41:55.392Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-28T04:41:55.392Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:41:55.393Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:41:55.395Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:41:55.395Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712915392, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:41:55.494Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:41:55.495Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-28T04:41:55.495Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:41:55.509Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:41:55.509Z||pool-144-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:41:56.395Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f886906-8890-4f77-ba3e-4c21d4db53a9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:41:56.411Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f886906-8890-4f77-ba3e-4c21d4db53a9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:41:56.413Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:41:56.413Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T04:41:56.413Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T04:41:56.414Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T04:41:56.414Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:41:56.414Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:41:56.414Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-28T04:41:56.414Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T04:41:56.418Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T04:42:26.418Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f886906-8890-4f77-ba3e-4c21d4db53a9 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-05-28T04:42:26.428Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f886906-8890-4f77-ba3e-4c21d4db53a9 and serviceModelVersionId: ff7274e5-5d21-4d42-a03b-203bd1e7ef0b 2022-05-28T04:42:26.428Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 35a4d228-d178-4222-8221-8e1df6c65f2b 2022-05-28T04:42:26.429Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/35a4d228-d178-4222-8221-8e1df6c65f2b/model-vers/model-ver/ff7274e5-5d21-4d42-a03b-203bd1e7ef0b?depth=0 2022-05-28T04:42:26.434Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T04:42:26.454Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35a4d228-d178-4222-8221-8e1df6c65f2b/model-vers/model-ver/ff7274e5-5d21-4d42-a03b-203bd1e7ef0b?depth=0|INFO|500||Invoke 2022-05-28T04:42:26.455Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35a4d228-d178-4222-8221-8e1df6c65f2b/model-vers/model-ver/ff7274e5-5d21-4d42-a03b-203bd1e7ef0b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35a4d228-d178-4222-8221-8e1df6c65f2b/model-vers/model-ver/ff7274e5-5d21-4d42-a03b-203bd1e7ef0b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f886906-8890-4f77-ba3e-4c21d4db53a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d03a7a4-dcda-40d2-88e3-26ad74e51123], X-ECOMP-RequestID=[5f886906-8890-4f77-ba3e-4c21d4db53a9], X-TransactionId=[], X-ONAP-RequestID=[5f886906-8890-4f77-ba3e-4c21d4db53a9], Content-Type=[application/merge-patch+json]} 2022-05-28T04:42:26.472Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35a4d228-d178-4222-8221-8e1df6c65f2b/model-vers/model-ver/ff7274e5-5d21-4d42-a03b-203bd1e7ef0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-05-28T04:42:26.547Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35a4d228-d178-4222-8221-8e1df6c65f2b/model-vers/model-ver/ff7274e5-5d21-4d42-a03b-203bd1e7ef0b?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/35a4d228-d178-4222-8221-8e1df6c65f2b/model-vers/model-ver/ff7274e5-5d21-4d42-a03b-203bd1e7ef0b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220528-04:42:26:940-961], vertex-id=[229408], Content-Length=[0], Date=[Sat, 28 May 2022 04:42:26 GMT], Content-Type=[application/json]} 2022-05-28T04:42:26.547Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35a4d228-d178-4222-8221-8e1df6c65f2b/model-vers/model-ver/ff7274e5-5d21-4d42-a03b-203bd1e7ef0b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-28T04:42:26.548Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35a4d228-d178-4222-8221-8e1df6c65f2b/model-vers/model-ver/ff7274e5-5d21-4d42-a03b-203bd1e7ef0b?depth=0|INFO|500||InvokeReturn 2022-05-28T04:42:26.549Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T04:42:26.549Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T04:42:26.554Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-28T04:42:26.555Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f886906-8890-4f77-ba3e-4c21d4db53a9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2022-05-28T04:42:26.555Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T04:42:26.555Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:42:26.557Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:42:26.557Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712946555, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-05-28T04:42:26.657Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:42:26.658Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-28T04:42:26.658Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:42:26.678Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:42:26.678Z||pool-145-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-28T04:42:27.572Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:42:27.572Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|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-05-28T04:42:27.572Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:42:31.949Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:42:31.950Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-28T04:42:31.950Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"99da3ed4-abc0-41a3-bc45-cd03705e8e4b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"7969165a-7ae3-400c-998a-ecb02d46305d","serviceDescription":"service","serviceInvariantUUID":"a2328a97-408b-4dad-b2dd-746cb27c5a61","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3942463f-2448-4958-bdc7-b6b7cdc129d0","resourceInvariantUUID":"b257bebb-cd80-4886-8e0e-f760c9a2626e","resourceCustomizationUUID":"e19fbcd1-72fa-4e42-a77d-b04094807ba4","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":"NDNkYWZkZTFiMjYzMGUyMTVlYmRhZTdmNGQwYzQ2NGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c232ffd1-4ee8-4537-9a3b-ce4a2b79b75d","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":"b1e8dfeb-84b8-478a-bf5a-f2cdc696d0eb","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":"22ff8cc1-2506-4efd-9efc-c946f502f4ff","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":"MjhkMDA2YmQ0OTZjYzQ4NGYzYmFiZjJhZWU4NzUzMTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"afbb8a97-9a42-4cd1-b2fa-7d39feae3c1e","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":"cccce306-d8d3-4f10-adc7-6c3c27d8161d","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":"3d8be7bd-dd42-4cd0-90ce-7674d3917c4c","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":"283aee8b-15a4-42df-8a8a-9b02a4c3f08d","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":"MGM4YWVjODdhMTUzYjc2M2U4MDk1OWMyMWU5MWYzMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae08a345-5153-4c39-b962-0c9427fdd1ad","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Yjk3ODEyYTUwYmZiMzE2Y2E1MmQxMzcxNzVmMmE4YmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0d61b88-7c81-42bf-b08e-3980d40bc91b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-28T04:42:31.951Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:42:31.952Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:42:31.953Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:42:31.954Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712947572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:42:32.053Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:42:32.054Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-28T04:42:32.054Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:42:32.068Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:42:32.068Z||pool-146-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:42:32.954Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:42:32.954Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:42:32.957Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:42:32.957Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712947572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:42:33.057Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:42:33.059Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-28T04:42:33.059Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:42:33.083Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:42:33.083Z||pool-147-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:42:33.957Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:42:33.958Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:42:33.960Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:42:33.960Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712947572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T04:42:34.060Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:42:34.060Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-28T04:42:34.061Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:42:34.082Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:42:34.082Z||pool-148-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:42:34.960Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:42:34.961Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:42:34.963Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:42:34.963Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712947572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:42:35.066Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-05-28T04:42:35.067Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-28T04:42:35.067Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:42:35.080Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:42:35.081Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:42:35.964Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:42:35.964Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:42:35.966Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:42:35.966Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712947572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:42:36.066Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:42:36.067Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-28T04:42:36.067Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:42:36.081Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:42:36.082Z||pool-150-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:42:36.966Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:42:36.967Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:42:36.970Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:42:36.971Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712947572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:42:37.070Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:42:37.071Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-28T04:42:37.071Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:42:37.085Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:42:37.086Z||pool-151-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:42:37.971Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:42:37.972Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:42:37.974Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:42:37.974Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712947572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:42:38.074Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:42:38.075Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-28T04:42:38.075Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:42:38.089Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:42:38.089Z||pool-152-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:42:38.975Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:42:38.976Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:42:38.978Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:42:38.978Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712947572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:42:39.078Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:42:39.080Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-28T04:42:39.080Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:42:39.094Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:42:39.095Z||pool-153-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:42:39.979Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-28T04:42:39.979Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:42:39.981Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:42:39.981Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712947572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:42:40.081Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:42:40.082Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-28T04:42:40.082Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:42:40.098Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:42:40.099Z||pool-154-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:42:40.982Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "7969165a-7ae3-400c-998a-ecb02d46305d", "serviceDescription": "service", "serviceInvariantUUID": "a2328a97-408b-4dad-b2dd-746cb27c5a61", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "e19fbcd1-72fa-4e42-a77d-b04094807ba4", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3942463f-2448-4958-bdc7-b6b7cdc129d0", "resourceInvariantUUID": "b257bebb-cd80-4886-8e0e-f760c9a2626e", "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": "Yjk3ODEyYTUwYmZiMzE2Y2E1MmQxMzcxNzVmMmE4YmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e0d61b88-7c81-42bf-b08e-3980d40bc91b" } ], "workloadContext": "Production" } 2022-05-28T04:42:40.983Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-28T04:42:40.983Z|5f886906-8890-4f77-ba3e-4c21d4db53a9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7969165a-7ae3-400c-998a-ecb02d46305d ASDC 2022-05-28T04:42:40.984Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:99da3ed4-abc0-41a3-bc45-cd03705e8e4b ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:7969165a-7ae3-400c-998a-ecb02d46305d ServiceInvariantUUID:a2328a97-408b-4dad-b2dd-746cb27c5a61 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:e0d61b88-7c81-42bf-b08e-3980d40bc91b ArtifactChecksum:Yjk3ODEyYTUwYmZiMzE2Y2E1MmQxMzcxNzVmMmE4YmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:e19fbcd1-72fa-4e42-a77d-b04094807ba4 ResourceInvariantUUID:b257bebb-cd80-4886-8e0e-f760c9a2626e ResourceName:test-pnf ResourceType:PNF ResourceUUID:3942463f-2448-4958-bdc7-b6b7cdc129d0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-28T04:42:40.984Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7969165a-7ae3-400c-998a-ecb02d46305d 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-05-28T04:42:41.010Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:42:41.011Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-28T04:42:41.011Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-28T04:42:41.011Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e0d61b88-7c81-42bf-b08e-3980d40bc91b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-28T04:42:41.011Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-28T04:42:41.011Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-28T04:42:41.582Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-28T04:42:41.588Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e0d61b88-7c81-42bf-b08e-3980d40bc91b 105664 2022-05-28T04:42:41.588Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-28T04:42:41.588Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-28T04:42:41.588Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-28T04:42:41.588Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:42:41.590Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:42:41.590Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712961588, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:42:41.690Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:42:41.690Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-28T04:42:41.691Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:42:41.703Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:42:41.704Z||pool-155-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-28T04:42:42.590Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-28T04:42:42.591Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-28T04:42:42.591Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e0d61b88-7c81-42bf-b08e-3980d40bc91b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T04:42:42.591Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-05-28T04:42:42.592Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T04:42:42.592Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T04:42:42.672Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14474707310146797769/Definitions/service-TestPnfMacro-template.yml 2022-05-28T04:42:43.085Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-28T04:42:43.086Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-28T04:42:43.086Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T04:42:43.086Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-28T04:42:43.086Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T04:42:43.086Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T04:42:43.086Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T04:42:43.086Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T04:42:43.086Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T04:42:43.086Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T04:42:43.086Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-28T04:42:43.086Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-28T04:42:43.086Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:42:43.087Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:42:43.087Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-28T04:42:43.087Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-28T04:42:43.087Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:42:43.087Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:42:43.087Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:42:43.088Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-28T04:42:43.088Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-28T04:42:43.088Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-28T04:42:43.088Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:42:43.088Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:42:43.088Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:42:43.088Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:42:43.088Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:42:43.088Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:42:43.089Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:42:43.089Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:42:43.089Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:42:43.089Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:42:43.089Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:7969165a-7ae3-400c-998a-ecb02d46305d Model Version:NULL Model InvariantUuid:a2328a97-408b-4dad-b2dd-746cb27c5a61 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-05-28T04:42:43.096Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3942463f-2448-4958-bdc7-b6b7cdc129d0 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-05-28T04:42:43.098Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||test-pnf 0 2022-05-28T04:42:43.098Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3942463f-2448-4958-bdc7-b6b7cdc129d0 2022-05-28T04:42:43.099Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 7969165a-7ae3-400c-998a-ecb02d46305d 2022-05-28T04:42:43.099Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7969165a-7ae3-400c-998a-ecb02d46305d 2022-05-28T04:42:43.099Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3942463f-2448-4958-bdc7-b6b7cdc129d0 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-05-28T04:42:43.102Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@437ae279, org.onap.sdc.toscaparser.api.parameters.Input@7ab62a43, org.onap.sdc.toscaparser.api.parameters.Input@17fb1ff1, org.onap.sdc.toscaparser.api.parameters.Input@462edfeb, org.onap.sdc.toscaparser.api.parameters.Input@52d3847d] 2022-05-28T04:42:43.103Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:42:43.103Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:42:43.103Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7969165a-7ae3-400c-998a-ecb02d46305d: test-pnf 2022-05-28T04:42:43.103Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||Processing PNF resource: 3942463f-2448-4958-bdc7-b6b7cdc129d0 2022-05-28T04:42:43.103Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-28T04:42:43.103Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-28T04:42:43.104Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||Resource customization UUID: e19fbcd1-72fa-4e42-a77d-b04094807ba4 is the same as notified resource customizationUUID: e19fbcd1-72fa-4e42-a77d-b04094807ba4 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-05-28T04:42:43.131Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 3942463f-2448-4958-bdc7-b6b7cdc129d0 0 ASDC deployResourceStructure 2022-05-28T04:42:43.132Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-28T04:42:43.132Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-28T04:42:43.132Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-28T04:42:43.132Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:42:43.134Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:42:43.134Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712963132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:42:43.234Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-28T04:42:43.235Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-28T04:42:43.235Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:42:43.252Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:42:43.252Z||pool-156-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-05-28T04:42:44.135Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99da3ed4-abc0-41a3-bc45-cd03705e8e4b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-28T04:42:44.147Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99da3ed4-abc0-41a3-bc45-cd03705e8e4b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-28T04:42:44.150Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-28T04:42:44.150Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-28T04:42:44.150Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-28T04:42:44.150Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-28T04:42:44.150Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:42:44.151Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:42:44.151Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:42:44.151Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:42:44.151Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:42:44.151Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:42:44.151Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-28T04:42:44.151Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-28T04:42:44.156Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-28T04:42:52.502Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:42:52.502Z||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-05-28T04:42:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:42:52.529Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:42:52.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712853633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:42:52.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:42:52.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712855475, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:42:52.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:42:52.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712856525, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:42:52.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:42:52.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712857583, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:42:52.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:42:52.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712858645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:42:52.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:42:52.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712860199, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-28T04:42:52.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:42:52.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712861255, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:42:52.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:42:52.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712862260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-28T04:42:52.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:42:52.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712863266, "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-05-28T04:42:52.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:42:52.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712864270, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-28T04:42:52.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:42:52.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712865276, "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-05-28T04:42:52.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:42:52.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712866282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:42:52.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:42:52.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ec08d60-beb2-4f29-8b89-46a454551bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712897776, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T04:42:52.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:42:52.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:42:52.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T04:42:52.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:42:52.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T04:42:52.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-28T04:42:52.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T04:42:52.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-28T04:42:52.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T04:42:52.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:42:52.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T04:42:52.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-28T04:42:52.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T04:42:52.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:42:52.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T04:42:52.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712612499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:42:52.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-28T04:42:52.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712906975, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:42:52.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:42:52.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712909190, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-28T04:42:52.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:42:52.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712910244, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-28T04:42:52.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:42:52.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712911301, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-28T04:42:52.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:42:52.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-28T04:42:52.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712912384, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-28T04:42:52.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:43:14.157Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 99da3ed4-abc0-41a3-bc45-cd03705e8e4b 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-05-28T04:43:14.164Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99da3ed4-abc0-41a3-bc45-cd03705e8e4b and serviceModelVersionId: 7969165a-7ae3-400c-998a-ecb02d46305d 2022-05-28T04:43:14.164Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a2328a97-408b-4dad-b2dd-746cb27c5a61 2022-05-28T04:43:14.165Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a2328a97-408b-4dad-b2dd-746cb27c5a61/model-vers/model-ver/7969165a-7ae3-400c-998a-ecb02d46305d?depth=0 2022-05-28T04:43:14.169Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-28T04:43:14.191Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2328a97-408b-4dad-b2dd-746cb27c5a61/model-vers/model-ver/7969165a-7ae3-400c-998a-ecb02d46305d?depth=0|INFO|500||Invoke 2022-05-28T04:43:14.192Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2328a97-408b-4dad-b2dd-746cb27c5a61/model-vers/model-ver/7969165a-7ae3-400c-998a-ecb02d46305d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2328a97-408b-4dad-b2dd-746cb27c5a61/model-vers/model-ver/7969165a-7ae3-400c-998a-ecb02d46305d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[99da3ed4-abc0-41a3-bc45-cd03705e8e4b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3e992f5b-7287-4a66-8e82-cd6bb296bbe2], X-ECOMP-RequestID=[99da3ed4-abc0-41a3-bc45-cd03705e8e4b], X-TransactionId=[], X-ONAP-RequestID=[99da3ed4-abc0-41a3-bc45-cd03705e8e4b], Content-Type=[application/merge-patch+json]} 2022-05-28T04:43:14.206Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2328a97-408b-4dad-b2dd-746cb27c5a61/model-vers/model-ver/7969165a-7ae3-400c-998a-ecb02d46305d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-28T04:43:14.297Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2328a97-408b-4dad-b2dd-746cb27c5a61/model-vers/model-ver/7969165a-7ae3-400c-998a-ecb02d46305d?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/a2328a97-408b-4dad-b2dd-746cb27c5a61/model-vers/model-ver/7969165a-7ae3-400c-998a-ecb02d46305d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220528-04:43:14:673-19045], vertex-id=[307304], Content-Length=[0], Date=[Sat, 28 May 2022 04:43:14 GMT], Content-Type=[application/json]} 2022-05-28T04:43:14.297Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2328a97-408b-4dad-b2dd-746cb27c5a61/model-vers/model-ver/7969165a-7ae3-400c-998a-ecb02d46305d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-28T04:43:14.298Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2328a97-408b-4dad-b2dd-746cb27c5a61/model-vers/model-ver/7969165a-7ae3-400c-998a-ecb02d46305d?depth=0|INFO|500||InvokeReturn 2022-05-28T04:43:14.299Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-28T04:43:14.299Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-28T04:43:14.303Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-28T04:43:14.303Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99da3ed4-abc0-41a3-bc45-cd03705e8e4b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-28T04:43:14.304Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-28T04:43:14.304Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-28T04:43:14.306Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-28T04:43:14.306Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712994304, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T04:43:14.406Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-28T04:43:14.407Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-28T04:43:14.407Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DcTkh398dCjQKnJJ) ... 2022-05-28T04:43:14.429Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:43:14.430Z||pool-157-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-05-28T04:43:15.318Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:43:15.319Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|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-05-28T04:43:15.319Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:43:24.874Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:43:24.876Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:43:24.876Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|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-05-28T04:43:24.877Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:43:34.426Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:43:34.427Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:43:34.428Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|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-05-28T04:43:34.428Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:43:44.023Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:43:44.024Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:43:44.024Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|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-05-28T04:43:44.024Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:43:52.502Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:43:52.503Z||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-05-28T04:43:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:43:52.547Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:43:52.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:43:52.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712913387, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-28T04:43:52.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:43:52.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:43:52.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712914389, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-28T04:43:52.549Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:43:52.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:43:52.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712915392, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:43:52.549Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:43:52.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:43:52.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f886906-8890-4f77-ba3e-4c21d4db53a9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712946555, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-05-28T04:43:52.549Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:43:52.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:43:52.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712947572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:43:52.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:43:52.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:43:52.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712947572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-28T04:43:52.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:43:52.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:43:52.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712947572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-28T04:43:52.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:43:52.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712947572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712947572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712947572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712947572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712947572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712947572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712961588, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:43:52.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712963132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-28T04:43:52.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:43:53.573Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:43:53.574Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:43:53.574Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|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-05-28T04:43:53.575Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:44:03.117Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:44:03.118Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:44:03.119Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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-05-28T04:44:03.119Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:44:12.665Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:44:52.500Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:44:52.501Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:44:52.502Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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-05-28T04:44:52.502Z||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-05-28T04:44:52.502Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:44:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:44:53.036Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:44:53.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-28T04:44:53.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "99da3ed4-abc0-41a3-bc45-cd03705e8e4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653712994304, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-28T04:44:53.039Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-28T04:45:02.052Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:45:52.499Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:45:52.500Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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-05-28T04:45:52.500Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:45:52.501Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:45:52.502Z||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-05-28T04:45:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:46:02.045Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:46:02.047Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:46:52.499Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:46:52.500Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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-05-28T04:46:52.500Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:46:52.502Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:46:52.502Z||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-05-28T04:46:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:47:02.046Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:47:02.048Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:47:52.499Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:47:52.500Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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-05-28T04:47:52.500Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:47:52.502Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:47:52.502Z||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-05-28T04:47:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:48:02.083Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:48:02.090Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:48:52.499Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:48:52.501Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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-05-28T04:48:52.501Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:48:52.502Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:48:52.502Z||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-05-28T04:48:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:49:02.051Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:49:02.052Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:49:52.499Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:49:52.500Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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-05-28T04:49:52.500Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:49:52.502Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:49:52.502Z||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-05-28T04:49:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:50:02.050Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:50:02.058Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:50:52.499Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:50:52.500Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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-05-28T04:50:52.500Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:50:52.501Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:50:52.502Z||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-05-28T04:50:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:51:02.052Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:51:02.054Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:51:52.500Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:51:52.502Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:51:52.502Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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-05-28T04:51:52.502Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:51:52.502Z||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-05-28T04:51:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:52:02.054Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:52:02.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:52:52.499Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:52:52.500Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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-05-28T04:52:52.500Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:52:52.502Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:52:52.503Z||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-05-28T04:52:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:53:02.052Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:53:02.053Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:53:52.499Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:53:52.500Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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-05-28T04:53:52.500Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:53:52.501Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:53:52.502Z||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-05-28T04:53:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:54:02.053Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:54:02.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:54:52.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:54:52.500Z||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-05-28T04:54:52.500Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:54:52.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:54:52.502Z||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-05-28T04:54:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:55:02.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:55:02.049Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:55:52.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:55:52.500Z||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-05-28T04:55:52.500Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:55:52.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:55:52.503Z||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-05-28T04:55:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:56:02.051Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:56:02.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:56:52.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:56:52.500Z||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-05-28T04:56:52.500Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:56:52.502Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:56:52.502Z||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-05-28T04:56:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:57:02.043Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:57:02.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:57:52.499Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:57:52.501Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:57:52.501Z|76c753c2-a741-4fd8-baf0-288642031f8b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:57:52.502Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:57:52.502Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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-05-28T04:57:52.502Z|16b6152f-14e0-4e9c-afa3-856653222dd2|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:58:02.052Z|16b6152f-14e0-4e9c-afa3-856653222dd2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:58:02.052Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:58:52.499Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:58:52.500Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:58:52.501Z|76c753c2-a741-4fd8-baf0-288642031f8b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:58:52.502Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:58:52.502Z||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-05-28T04:58:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:59:02.049Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:59:02.051Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T04:59:52.499Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:59:52.502Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T04:59:52.502Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T04:59:52.502Z|76c753c2-a741-4fd8-baf0-288642031f8b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T04:59:52.502Z||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-05-28T04:59:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T05:00:02.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:00:02.061Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:00:52.499Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:00:52.500Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T05:00:52.500Z|76c753c2-a741-4fd8-baf0-288642031f8b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T05:00:52.502Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:00:52.503Z||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-05-28T05:00:52.503Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T05:01:02.045Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:01:02.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:01:52.499Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:01:52.500Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T05:01:52.500Z|76c753c2-a741-4fd8-baf0-288642031f8b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T05:01:52.502Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:01:52.502Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|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-05-28T05:01:52.502Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T05:02:02.050Z|99da3ed4-abc0-41a3-bc45-cd03705e8e4b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:02:02.051Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:02:52.499Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:02:52.500Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T05:02:52.500Z|76c753c2-a741-4fd8-baf0-288642031f8b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T05:02:52.501Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:02:52.502Z||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-05-28T05:02:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T05:03:02.045Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:03:02.045Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:03:52.499Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:03:52.500Z|76c753c2-a741-4fd8-baf0-288642031f8b|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-05-28T05:03:52.500Z|76c753c2-a741-4fd8-baf0-288642031f8b|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 DcTkh398dCjQKnJJ) ... 2022-05-28T05:03:52.502Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:03:52.502Z||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-05-28T05:03:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T05:04:02.046Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:04:02.046Z|76c753c2-a741-4fd8-baf0-288642031f8b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:04:52.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:04:52.501Z||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-05-28T05:04:52.501Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T05:04:52.502Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-28T05:04:52.502Z||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-05-28T05:04:52.502Z||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 DcTkh398dCjQKnJJ) ... 2022-05-28T05:05:02.066Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-28T05:05:02.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK