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-11T02:15:29.811Z||main|||||INFO|500||The following profiles are active: basic 2022-05-11T02:15:38.802Z||main|||||INFO|500||Starting service [Tomcat] 2022-05-11T02:15:38.803Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-05-11T02:15:38.876Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-05-11T02:15:40.953Z||main|||||INFO|500||catdb-pool - Starting... 2022-05-11T02:15:41.217Z||main|||||INFO|500||catdb-pool - Start completed. 2022-05-11T02:15:41.556Z||main|||||INFO|500||reqdb-pool - Starting... 2022-05-11T02:15:41.579Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-05-11T02:15:41.653Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-05-11T02:15:41.773Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-05-11T02:15:42.149Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-05-11T02:15:42.915Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-11T02:15:44.762Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-11T02:15:44.808Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-05-11T02:15:45.209Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-11T02:15:45.559Z||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-11T02:15:46.634Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-11T02:15:47.604Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-05-11T02:15:47.630Z||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$$9eadfab5.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-11T02:15:47.630Z||main|||||WARN|500||The sdc end point is not alive 2022-05-11T02:15:50.223Z||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-11T02:15:52.535Z||main|||||WARN|500||--- 2022-05-11T02:15:52.536Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-05-11T02:15:52.536Z||main|||||WARN|500||--- 2022-05-11T02:15:52.946Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-05-11T02:15:56.965Z||main|||||INFO|500||Started Application in 31.519 seconds (JVM running for 32.635) 2022-05-11T02:15:56.977Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-11T02:15:56.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-11T02:15:57.022Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-11T02:15:57.048Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-11T02:15:57.088Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= edafb07a-1e32-4fc8-b88a-a9681f2edc15 url= /sdc/v1/artifactTypes 2022-05-11T02:15:57.089Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-11T02:15:57.359Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-05-11T02:15:57.380Z||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-11T02:15:57.399Z||scheduling-1|||||DEBUG|500||create keys 2022-05-11T02:15:57.406Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-05-11T02:15:58.502Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:15:58.522Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7f52dd2f-719c-4d10-81ae-a6ff83737915 url= /sdc/v1/registerForDistribution 2022-05-11T02:15:59.844Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7f52dd2f-719c-4d10-81ae-a6ff83737915 url= /sdc/v1/registerForDistribution 2022-05-11T02:15:59.844Z||scheduling-1|||||INFO|500||start DistributionClient 2022-05-11T02:15:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:15:59.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:15:59.857Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-05-11T02:15:59.858Z||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-11T02:15:59.858Z||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-11T02:15:59.859Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:15:59.859Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:16:13.806Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:16:13.827Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:16:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:16:59.852Z||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-11T02:16:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:16:59.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:16:59.853Z||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-11T02:16:59.854Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:17:09.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:17:09.391Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:17:59.851Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:17:59.852Z||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-11T02:17:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:17:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:17:59.853Z||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-11T02:17:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:18:09.388Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:18:09.389Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:18:59.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:18:59.852Z||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-11T02:18:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:18:59.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:18:59.853Z||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-11T02:18:59.854Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:19:09.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:19:09.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:19:59.851Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:19:59.852Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-11T02:19:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:19:59.853Z||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-11T02:19:59.852Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as q9eVg9liXaFP1Zul) ... 2022-05-11T02:19:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:20:09.387Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:20:09.388Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:20:59.851Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:20:59.852Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-11T02:20:59.852Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as q9eVg9liXaFP1Zul) ... 2022-05-11T02:20:59.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:20:59.853Z||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-11T02:20:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:21:09.384Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:21:09.387Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:21:59.851Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:21:59.852Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-11T02:21:59.852Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as q9eVg9liXaFP1Zul) ... 2022-05-11T02:21:59.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:21:59.853Z||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-11T02:21:59.854Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:22:09.387Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:22:09.387Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:22:59.851Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:22:59.852Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-11T02:22:59.852Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as q9eVg9liXaFP1Zul) ... 2022-05-11T02:22:59.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:22:59.853Z||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-11T02:22:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:23:09.385Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:23:09.385Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:23:59.851Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:23:59.852Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-11T02:23:59.853Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as q9eVg9liXaFP1Zul) ... 2022-05-11T02:23:59.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:23:59.853Z||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-11T02:23:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:24:09.384Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:24:09.388Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:24:59.851Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:24:59.852Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-11T02:24:59.852Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as q9eVg9liXaFP1Zul) ... 2022-05-11T02:24:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:24:59.853Z||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-11T02:24:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:25:09.391Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:25:09.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:25:59.851Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:25:59.852Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-11T02:25:59.852Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as q9eVg9liXaFP1Zul) ... 2022-05-11T02:25:59.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:25:59.853Z||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-11T02:25:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:26:04.844Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-11T02:26:09.387Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:26:09.387Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:26:59.851Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:26:59.852Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-11T02:26:59.852Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as q9eVg9liXaFP1Zul) ... 2022-05-11T02:26:59.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:26:59.853Z||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-11T02:26:59.854Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:27:09.386Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:27:09.387Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:27:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:27:59.852Z||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-11T02:27:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:27:59.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:27:59.853Z||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-11T02:27:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:28:09.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:28:09.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:28:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:28:59.852Z||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-11T02:28:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:28:59.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:28:59.853Z||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-11T02:28:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:29:09.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:29:09.386Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:29:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:29:59.852Z||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-11T02:29:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:29:59.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:29:59.853Z||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-11T02:29:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:30:09.385Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:30:09.387Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:30:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:30:59.852Z||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-11T02:30:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:30:59.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:30:59.853Z||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-11T02:30:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:31:09.388Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:31:09.388Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:31:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:31:59.852Z||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-11T02:31:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:31:59.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:31:59.853Z||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-11T02:31:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:32:09.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:32:09.386Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:32:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:32:59.852Z||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-11T02:32:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:32:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:32:59.853Z||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-11T02:32:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:33:09.385Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:33:09.388Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:33:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:33:59.852Z||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-11T02:33:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:33:59.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:33:59.853Z||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-11T02:33:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:34:09.386Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:34:09.386Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:34:59.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:34:59.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:34:59.860Z||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-11T02:34:59.860Z||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-11T02:34:59.860Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:34:59.860Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:35:09.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:35:09.395Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:35:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:35:59.852Z||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-11T02:35:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:35:59.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:35:59.853Z||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-11T02:35:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:36:09.384Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:36:09.387Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:36:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:36:59.852Z||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-11T02:36:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:36:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:36:59.853Z||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-11T02:36:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:37:09.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:37:09.394Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:37:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:37:59.852Z||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-11T02:37:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:37:59.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:37:59.853Z||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-11T02:37:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:38:09.386Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:38:09.386Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:38:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:38:59.852Z||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-11T02:38:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:38:59.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:38:59.853Z||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-11T02:38:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:39:09.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:39:09.399Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:39:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:39:59.852Z||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-11T02:39:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:39:59.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:39:59.854Z||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-11T02:39:59.854Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:40:09.384Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:40:09.386Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:40:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:40:59.852Z||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-11T02:40:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:40:59.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:40:59.853Z||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-11T02:40:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:41:09.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:41:09.385Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:41:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:41:59.852Z||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-11T02:41:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:41:59.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:41:59.853Z||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-11T02:41:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:42:09.387Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:42:09.387Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:42:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:42:59.852Z||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-11T02:42:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:42:59.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:42:59.853Z||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-11T02:42:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:43:09.388Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:43:09.389Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:43:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:43:59.852Z||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-11T02:43:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:43:59.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:43:59.853Z||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-11T02:43:59.854Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:44:09.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:44:09.385Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:44:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:44:59.852Z||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-11T02:44:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:44:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:44:59.853Z||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-11T02:44:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:45:09.380Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:45:09.382Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:45:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:45:59.851Z||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-11T02:45:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:45:59.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:45:59.853Z||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-11T02:45:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:46:09.385Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:46:09.385Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:46:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:46:59.852Z||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-11T02:46:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:46:59.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:46:59.853Z||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-11T02:46:59.854Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:47:09.389Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:47:09.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:47:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:47:59.852Z||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-11T02:47:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:47:59.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:47:59.853Z||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-11T02:47:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:48:09.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:48:09.384Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:48:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:48:59.852Z||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-11T02:48:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:48:59.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:48:59.853Z||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-11T02:48:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:49:09.388Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:49:09.388Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:49:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:49:59.852Z||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-11T02:49:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:49:59.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:49:59.853Z||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-11T02:49:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:50:09.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:50:09.385Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:50:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:50:59.852Z||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-11T02:50:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:50:59.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:50:59.853Z||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-11T02:50:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:51:09.385Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:51:09.385Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:51:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:51:59.852Z||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-11T02:51:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:51:59.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:51:59.853Z||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-11T02:51:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:52:09.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:52:09.387Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:52:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:52:59.851Z||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-11T02:52:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:52:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:52:59.853Z||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-11T02:52:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:53:09.383Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:53:09.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:53:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:53:59.852Z||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-11T02:53:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:53:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:53:59.853Z||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-11T02:53:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:54:09.384Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:54:09.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:54:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:54:59.851Z||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-11T02:54:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:54:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:54:59.853Z||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-11T02:54:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:55:09.383Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:55:09.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:55:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:55:59.852Z||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-11T02:55:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:55:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:55:59.853Z||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-11T02:55:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:56:09.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:56:09.388Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:56:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:56:59.852Z||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-11T02:56:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:56:59.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:56:59.853Z||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-11T02:56:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:57:09.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:57:09.394Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:57:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:57:59.852Z||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-11T02:57:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:57:59.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:57:59.853Z||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-11T02:57:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:58:09.391Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:58:09.391Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:58:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:58:59.852Z||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-11T02:58:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:58:59.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:58:59.853Z||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-11T02:58:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:59:09.386Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:59:09.392Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T02:59:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:59:59.851Z||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-11T02:59:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T02:59:59.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T02:59:59.853Z||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-11T02:59:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:00:09.384Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:00:09.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:00:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:00:59.852Z||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-11T03:00:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:00:59.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:00:59.853Z||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-11T03:00:59.854Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:01:09.390Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:01:09.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:01:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:01:59.852Z||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-11T03:01:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:01:59.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:01:59.853Z||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-11T03:01:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:02:09.381Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:02:09.382Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:02:59.851Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:02:59.851Z||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-11T03:02:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:02:59.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:02:59.853Z||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-11T03:02:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:03:09.385Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:03:09.385Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:03:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:03:59.852Z||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-11T03:03:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:03:59.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:03:59.853Z||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-11T03:03:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:04:09.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:04:09.386Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:04:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:04:59.852Z||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-11T03:04:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:04:59.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:04:59.853Z||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-11T03:04:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:05:09.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:05:09.387Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:05:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:05:59.852Z||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-11T03:05:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:05:59.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:05:59.853Z||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-11T03:05:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:06:09.384Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:06:09.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:06:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:06:59.852Z||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-11T03:06:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:06:59.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:06:59.853Z||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-11T03:06:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:07:09.381Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:07:09.385Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:07:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:07:59.852Z||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-11T03:07:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:07:59.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:07:59.853Z||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-11T03:07:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:08:09.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:08:09.393Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:08:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:08:59.852Z||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-11T03:08:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:08:59.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:08:59.853Z||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-11T03:08:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:09:09.383Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:09:09.384Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:09:59.851Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:09:59.852Z||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-11T03:09:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:09:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:09:59.853Z||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-11T03:09:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:10:00.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:10:00.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb3b469c-be70-4223-949b-1c82838ed61b","serviceName":"vFW 2022-05-11 03-06-55","serviceVersion":"1.0","serviceUUID":"1c9ee1e6-d963-4b04-aa7c-8cc946f3bef2","serviceDescription":"catalog service description","serviceInvariantUUID":"e98c653d-40d4-4e7a-80cf-82bf26ac512c","resources":[{"resourceInstanceName":"vFW 6b6f1850-70f0 0","resourceName":"vFW 6b6f1850-70f0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4aab6cb2-2df3-43a0-b3d8-6fe8fdb13517","resourceInvariantUUID":"380295ae-9d7c-44e1-845f-897d40acae5e","resourceCustomizationUUID":"fec17c46-762d-4a5c-916f-e03ee1ff974b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vf-license-model.xml","artifactChecksum":"NTFkMzdiZjRlMzhmY2ZmODQwMmJmYjE4MDNlNWVhOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"043c2c30-bae8-4a7d-96df-c45ab85c8019","artifactVersion":"1"},{"artifactName":"vfw6b6f185070f00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json","artifactChecksum":"MjIxMzEyZmM0NDA5ZjA4ODUwN2E5NWYzNDEzYWM0MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6b4107e4-7af4-4977-a1ab-af580b593462","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1667108d-9929-4d15-a279-c735496eda49","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vendor-license-model.xml","artifactChecksum":"YTA4ODQzZmQ1Zjk5NGUyZWQ1YTQ4MjBhYzMxMTkwOWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"48fe9c99-cbc1-4dd7-b7f3-df954411b3eb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b39ae116-6890-4b35-a832-adeeaf7ead05","artifactVersion":"2","generatedFromUUID":"1667108d-9929-4d15-a279-c735496eda49"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220511030655-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-template.yml","artifactChecksum":"YjA2YzM4NzAxN2QzNGZkODI0OGQ5ZTQ5ZjIyODY1NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7301cae2-9503-43f2-b39e-b00fda468df0","artifactVersion":"1"},{"artifactName":"service-Vfw20220511030655-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar","artifactChecksum":"YWM2NTQyNmQzZGY3OGE0YTJlZGM0OWQ1ODZiNjFkNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa917431-8918-4e5c-bca0-1861b55268c5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-11T03:10:00.785Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:10:00.790Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:10:00.841Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:10:00.841Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238599851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.883Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:10:00.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "clamp", "timestamp": 1652238557635, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238550338, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "cds", "timestamp": 1652238550165, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "aai-ml", "timestamp": 1652238551451, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "multicloud-k8s-id", "timestamp": 1652238559261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "cds", "timestamp": 1652238550165, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238550338, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "clamp", "timestamp": 1652238557635, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json", "status": "NOTIFIED" } 2022-05-11T03:10:00.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "aai-ml", "timestamp": 1652238551451, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "multicloud-k8s-id", "timestamp": 1652238559261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json", "status": "NOTIFIED" } 2022-05-11T03:10:00.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "cds", "timestamp": 1652238550165, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238550338, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "clamp", "timestamp": 1652238557635, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "aai-ml", "timestamp": 1652238551451, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "multicloud-k8s-id", "timestamp": 1652238559261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-11T03:10:00.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "cds", "timestamp": 1652238550165, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238550338, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "clamp", "timestamp": 1652238557635, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "aai-ml", "timestamp": 1652238551451, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "multicloud-k8s-id", "timestamp": 1652238559261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "cds", "timestamp": 1652238550165, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238550338, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "clamp", "timestamp": 1652238557635, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "aai-ml", "timestamp": 1652238551451, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "multicloud-k8s-id", "timestamp": 1652238559261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-11T03:10:00.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "ves-openapi-manager", "timestamp": 1652238563340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "cds", "timestamp": 1652238550165, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238550338, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "clamp", "timestamp": 1652238557635, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "aai-ml", "timestamp": 1652238551451, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "multicloud-k8s-id", "timestamp": 1652238559261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "ves-openapi-manager", "timestamp": 1652238563340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "cds", "timestamp": 1652238550165, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:10:00.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238550338, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:10:00.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "clamp", "timestamp": 1652238557635, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:10:00.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "aai-ml", "timestamp": 1652238551451, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:10:00.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "multicloud-k8s-id", "timestamp": 1652238559261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:10:00.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "ves-openapi-manager", "timestamp": 1652238563340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238566447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:10:00.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:10:00.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "cds", "timestamp": 1652238566448, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:10:00.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:10:00.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "aai-ml", "timestamp": 1652238566464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:10:00.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:10:00.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "ves-openapi-manager", "timestamp": 1652238563340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:00.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:00.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "multicloud-k8s-id", "timestamp": 1652238567136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:10:00.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:10:00.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:00.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "cds", "timestamp": 1652238567460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-05-11T03:10:00.941Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11T03:10:00.945Z||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-11T03:10:00.946Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:10:00.955Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:10:00.955Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-11T03:10:01.036Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb3b469c-be70-4223-949b-1c82838ed61b 2022-05-11T03:10:01.049Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb3b469c-be70-4223-949b-1c82838ed61b 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-11T03:10:01.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "ves-openapi-manager", "timestamp": 1652238563340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:01.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:01.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "multicloud-k8s-id", "timestamp": 1652238568429, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:10:01.069Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:10:01.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "policy-id", "timestamp": 1652238568049, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:01.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:01.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "ves-openapi-manager", "timestamp": 1652238563340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:01.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:01.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "policy-id", "timestamp": 1652238568049, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:01.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:01.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "multicloud-k8s-id", "timestamp": 1652238569726, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:10:01.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:10:01.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "ves-openapi-manager", "timestamp": 1652238563340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:01.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:01.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "policy-id", "timestamp": 1652238568049, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-11T03:10:01.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:01.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "multicloud-k8s-id", "timestamp": 1652238570858, "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-11T03:10:01.082Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb3b469c-be70-4223-949b-1c82838ed61b 2022-05-11T03:10:01.082Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb3b469c-be70-4223-949b-1c82838ed61b 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-11T03:10:01.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238571013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:10:01.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:10:01.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "policy-id", "timestamp": 1652238568049, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:01.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:01.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "multicloud-k8s-id", "timestamp": 1652238571861, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json", "status": "DEPLOY_OK" } 2022-05-11T03:10:01.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:10:01.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238572018, "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-11T03:10:01.094Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb3b469c-be70-4223-949b-1c82838ed61b 2022-05-11T03:10:01.095Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb3b469c-be70-4223-949b-1c82838ed61b 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-11T03:10:01.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "policy-id", "timestamp": 1652238568049, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:01.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:01.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "clamp", "timestamp": 1652238573606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:10:01.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:10:01.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "policy-id", "timestamp": 1652238568049, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:01.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:01.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "policy-id", "timestamp": 1652238568049, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:10:01.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:10:01.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "clamp", "timestamp": 1652238575614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:10:01.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:10:01.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "policy-id", "timestamp": 1652238575956, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:10:01.105Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:10:01.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "clamp", "timestamp": 1652238576623, "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-11T03:10:01.109Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cb3b469c-be70-4223-949b-1c82838ed61b 2022-05-11T03:10:01.109Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb3b469c-be70-4223-949b-1c82838ed61b 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-11T03:10:01.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "policy-id", "timestamp": 1652238576964, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:10:01.118Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:10:01.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "policy-id", "timestamp": 1652238577969, "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-11T03:10:01.123Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb3b469c-be70-4223-949b-1c82838ed61b 2022-05-11T03:10:01.123Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb3b469c-be70-4223-949b-1c82838ed61b 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-11T03:10:01.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "aai-ml", "timestamp": 1652238581334, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:10:01.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:10:01.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:01.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "aai-ml", "timestamp": 1652238582339, "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-11T03:10:01.136Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb3b469c-be70-4223-949b-1c82838ed61b 2022-05-11T03:10:01.136Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb3b469c-be70-4223-949b-1c82838ed61b 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-11T03:10:01.845Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:10:01.846Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:10:01.847Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:10:01.848Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238599851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json", "status": "NOTIFIED" } 2022-05-11T03:10:01.948Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:10:01.949Z||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-11T03:10:01.949Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:10:01.960Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:10:01.961Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:10:02.849Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:10:02.849Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:10:02.851Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:10:02.851Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238599851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-11T03:10:02.951Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:10:02.952Z||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-11T03:10:02.952Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:10:02.962Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:10:02.963Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:10:03.851Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:10:03.852Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:10:03.854Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:10:03.854Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238599851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:03.954Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:10:03.955Z||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-11T03:10:03.955Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:10:03.965Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:10:03.965Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:10:04.854Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:10:04.855Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:10:04.857Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:10:04.857Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238599851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-11T03:10:04.957Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:10:04.958Z||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-11T03:10:04.958Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:10:04.967Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:10:04.967Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:10:05.857Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:10:05.858Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:10:05.860Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:10:05.860Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238599851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:05.960Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:10:05.965Z||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-11T03:10:05.965Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:10:05.976Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:10:05.976Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:10:06.860Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:10:06.861Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:10:06.862Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:10:06.863Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238599851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:10:06.963Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:10:06.963Z||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-11T03:10:06.963Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:10:06.973Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:10:06.973Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:10:07.864Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "serviceName": "vFW 2022-05-11 03-06-55", "serviceVersion": "1.0", "serviceUUID": "1c9ee1e6-d963-4b04-aa7c-8cc946f3bef2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e98c653d-40d4-4e7a-80cf-82bf26ac512c", "resources": [ { "resourceInstanceName": "vFW 6b6f1850-70f0 0", "resourceCustomizationUUID": "fec17c46-762d-4a5c-916f-e03ee1ff974b", "resourceName": "vFW 6b6f1850-70f0", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4aab6cb2-2df3-43a0-b3d8-6fe8fdb13517", "resourceInvariantUUID": "380295ae-9d7c-44e1-845f-897d40acae5e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw6b6f185070f00_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json", "artifactChecksum": "MjIxMzEyZmM0NDA5ZjA4ODUwN2E5NWYzNDEzYWM0MjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6b4107e4-7af4-4977-a1ab-af580b593462", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1667108d-9929-4d15-a279-c735496eda49", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b39ae116-6890-4b35-a832-adeeaf7ead05", "generatedFromUUID": "1667108d-9929-4d15-a279-c735496eda49" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b39ae116-6890-4b35-a832-adeeaf7ead05", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220511030655-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "artifactChecksum": "YWM2NTQyNmQzZGY3OGE0YTJlZGM0OWQ1ODZiNjFkNzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fa917431-8918-4e5c-bca0-1861b55268c5" } ], "workloadContext": "Production" } 2022-05-11T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-11T03:10:07.866Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c9ee1e6-d963-4b04-aa7c-8cc946f3bef2 ASDC 2022-05-11T03:10:07.951Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:cb3b469c-be70-4223-949b-1c82838ed61b ServiceName:vFW 2022-05-11 03-06-55 ServiceVersion:1.0 ServiceUUID:1c9ee1e6-d963-4b04-aa7c-8cc946f3bef2 ServiceInvariantUUID:e98c653d-40d4-4e7a-80cf-82bf26ac512c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220511030655-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar ArtifactUUID:fa917431-8918-4e5c-bca0-1861b55268c5 ArtifactChecksum:YWM2NTQyNmQzZGY3OGE0YTJlZGM0OWQ1ODZiNjFkNzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 6b6f1850-70f0 0 ResourceCustomizationUUID:fec17c46-762d-4a5c-916f-e03ee1ff974b ResourceInvariantUUID:380295ae-9d7c-44e1-845f-897d40acae5e ResourceName:vFW 6b6f1850-70f0 ResourceType:VF ResourceUUID:4aab6cb2-2df3-43a0-b3d8-6fe8fdb13517 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw6b6f185070f00_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json ArtifactUUID:6b4107e4-7af4-4977-a1ab-af580b593462 ArtifactChecksum:MjIxMzEyZmM0NDA5ZjA4ODUwN2E5NWYzNDEzYWM0MjQ= 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/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml ArtifactUUID:1667108d-9929-4d15-a279-c735496eda49 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/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env ArtifactUUID:b39ae116-6890-4b35-a832-adeeaf7ead05 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/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env ArtifactUUID:b39ae116-6890-4b35-a832-adeeaf7ead05 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-11T03:10:07.951Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c9ee1e6-d963-4b04-aa7c-8cc946f3bef2 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-11T03:10:07.987Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-11T03:10:07.988Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-11T03:10:07.988Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-11T03:10:07.989Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fa917431-8918-4e5c-bca0-1861b55268c5 from URL: /sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar 2022-05-11T03:10:07.989Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-11T03:10:07.990Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar 2022-05-11T03:10:08.531Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-11T03:10:08.548Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar fa917431-8918-4e5c-bca0-1861b55268c5 99033 2022-05-11T03:10:08.549Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar ASDC sendASDCNotification 2022-05-11T03:10:08.549Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar 2022-05-11T03:10:08.550Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:10:08.551Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:10:08.552Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:10:08.552Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238608548, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:10:08.652Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:10:08.653Z||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-11T03:10:08.653Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:10:08.663Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:10:08.663Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:10:09.553Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-11T03:10:09.554Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-11T03:10:09.554Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: fa917431-8918-4e5c-bca0-1861b55268c5, URL: /sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar to file: /app/ASDC/1/service-Vfw20220511030655-csar.csar 2022-05-11T03:10:09.554Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220511030655-csar.csar 2022-05-11T03:10:09.608Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220511030655-csar.csar 2022-05-11T03:10:09.609Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220511030655-csar.csar 2022-05-11T03:10:10.415Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4027264875756657109/Definitions/service-Vfw20220511030655-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-11T03:10:12.558Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-11T03:10:12.562Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-11T03:10:12.563Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220511030655-csar.csar 2022-05-11T03:10:12.563Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-11T03:10:12.563Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6b6f1850-70f0 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-Vfw20220511030655-csar.csar 2022-05-11T03:10:12.563Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||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-Vfw20220511030655-csar.csar 2022-05-11T03:10:12.563Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||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-Vfw20220511030655-csar.csar 2022-05-11T03:10:12.563Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||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-Vfw20220511030655-csar.csar 2022-05-11T03:10:12.564Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220511030655-csar.csar 2022-05-11T03:10:12.564Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220511030655-csar.csar 2022-05-11T03:10:12.564Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||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-Vfw20220511030655-csar.csar 2022-05-11T03:10:12.564Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||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-Vfw20220511030655-csar.csar 2022-05-11T03:10:12.564Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||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-Vfw20220511030655-csar.csar 2022-05-11T03:10:12.564Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220511030655-csar.csar 2022-05-11T03:10:12.564Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||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-Vfw20220511030655-csar.csar 2022-05-11T03:10:12.565Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220511030655-csar.csar 2022-05-11T03:10:12.565Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||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-Vfw20220511030655-csar.csar 2022-05-11T03:10:12.565Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-11T03:10:12.570Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:12.571Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-11 03-06-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:10:12.574Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6f1850-70f0 0 is matching search criteria 2022-05-11T03:10:12.575Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-11T03:10:12.576Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6f1850-70f0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-11T03:10:12.577Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:12.577Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-11 03-06-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:10:12.578Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6f1850-70f0 0 is matching search criteria 2022-05-11T03:10:12.578Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-11T03:10:12.578Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6f1850-70f0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-11T03:10:12.578Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:12.579Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-11 03-06-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:10:12.582Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:12.582Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6f1850-70f0 0 is not matching search criteria 2022-05-11T03:10:12.582Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-11T03:10:12.582Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-11T03:10:12.583Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-11T03:10:12.583Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-11T03:10:12.583Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-11T03:10:12.583Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-11T03:10:12.583Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-11T03:10:12.584Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-11T03:10:12.584Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-11T03:10:12.584Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-11T03:10:12.584Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-11T03:10:12.584Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-11T03:10:12.585Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-11T03:10:12.585Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-11T03:10:12.585Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-11T03:10:12.585Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-11T03:10:12.585Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:12.586Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-11 03-06-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-11T03:10:12.587Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:12.587Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6f1850-70f0 0 is matching search criteria 2022-05-11T03:10:12.587Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6f1850-70f0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:10:12.587Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:12.588Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6f1850-70f0 0 is matching search criteria 2022-05-11T03:10:12.588Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6f1850-70f0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:10:12.588Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:12.588Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6f1850-70f0 0 is matching search criteria 2022-05-11T03:10:12.589Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6f1850-70f0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:10:12.589Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:12.589Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6f1850-70f0 0 is not matching search criteria 2022-05-11T03:10:12.589Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-11T03:10:12.590Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-11T03:10:12.590Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-11T03:10:12.590Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-11T03:10:12.590Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-11T03:10:12.590Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-11T03:10:12.590Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-11T03:10:12.590Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-11T03:10:12.591Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-11T03:10:12.591Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-11T03:10:12.591Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-11T03:10:12.591Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d874ddec-fe30-4385-a73d-23a371de1f32 2022-05-11T03:10:12.591Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:12.591Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6f1850-70f0 0 is not matching search criteria 2022-05-11T03:10:12.591Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-11T03:10:12.591Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-11T03:10:12.591Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-11T03:10:12.591Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-11T03:10:12.592Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-11T03:10:12.592Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-11T03:10:12.592Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-11T03:10:12.592Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-11T03:10:12.592Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-11T03:10:12.592Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-11T03:10:12.592Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-11T03:10:12.592Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-11T03:10:12.592Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7cdf2a51-8743-45d0-bfd1-d59792c04959 2022-05-11T03:10:12.592Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:12.593Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6f1850-70f0 0 is not matching search criteria 2022-05-11T03:10:12.593Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-11T03:10:12.593Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-11T03:10:12.593Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-11T03:10:12.593Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-11T03:10:12.593Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-11T03:10:12.593Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-11T03:10:12.593Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-11T03:10:12.593Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-11T03:10:12.593Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-11T03:10:12.594Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-11T03:10:12.594Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-11T03:10:12.594Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-11T03:10:12.594Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=66b320ca-8e88-403b-8063-0e23bc73b4e4 2022-05-11T03:10:12.594Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:12.594Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-11 03-06-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:10:12.594Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:12.594Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-11 03-06-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:10:12.594Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:12.595Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-11 03-06-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:10:12.595Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:12.595Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-11 03-06-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:10:12.595Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-11 03-06-55 Description:catalog service description Model UUID:1c9ee1e6-d963-4b04-aa7c-8cc946f3bef2 Model Version:NULL Model InvariantUuid:e98c653d-40d4-4e7a-80cf-82bf26ac512c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 6b6f1850-70f0 Model UUID:ce99252c-7e0e-4924-a407-a101a6084bbf Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:380295ae-9d7c-44e1-845f-897d40acae5e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:fec17c46-762d-4a5c-916f-e03ee1ff974b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a555c3f7-6849-4e6a-b565-777731636839 ModelName:Vfw6b6f185070f0..base_vfw..module-0 ModelUuid:f8d0af91-3085-4f94-a7ce-852134f82cad ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d874ddec-fe30-4385-a73d-23a371de1f32 ModelInvariantUuid:940c0615-56f1-4145-b415-1199e6bb5f50 ModelName:vFW 6b6f1850-70f0-nodes.vfwCvfc ModelUuid:bb1e49d4-b4a2-45cf-8e33-f0e6216f050f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:7adc8f93-d6f8-4a9a-8e2f-5ef684d71257 ModelInvariantUuid:a2c55264-070c-4143-8bcc-520ec734f9b0 ModelName:Vfw6b6f185070f0.compute.nodes.heat.vfw ModelUuid:20eb2d3e-3907-4fc9-bb3f-036cdc958660 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:7cdf2a51-8743-45d0-bfd1-d59792c04959 ModelInvariantUuid:bde53f58-65d4-445d-8c0d-fd696fafa219 ModelName:vFW 6b6f1850-70f0-nodes.vsnCvfc ModelUuid:3002dce0-c494-4428-9a20-caabf1ab82a1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:9231f4b1-13e5-4ac7-9546-c4749b69b7a4 ModelInvariantUuid:49470f8e-ed45-466e-8948-68fcabcc8f2c ModelName:Vfw6b6f185070f0.compute.nodes.heat.vsn ModelUuid:2d075849-2903-4bbb-83a9-b3d129b5b6b8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:66b320ca-8e88-403b-8063-0e23bc73b4e4 ModelInvariantUuid:7ac173f0-4560-422b-9f8d-9fc26f4d1942 ModelName:vFW 6b6f1850-70f0-nodes.vpgCvfc ModelUuid:6462200c-4fba-4562-9fe5-a2fec3b2cf7b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:c54077bc-91aa-413e-b64f-7e07b229ab9f ModelInvariantUuid:79714c85-93a6-4b8c-9e70-172b7738b6dc ModelName:Vfw6b6f185070f0.compute.nodes.heat.vpg ModelUuid:d32e68dc-7a76-4a47-84b5-92100bc1344c 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-11T03:10:12.607Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 4aab6cb2-2df3-43a0-b3d8-6fe8fdb13517 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-11T03:10:12.687Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||vFW 6b6f1850-70f0 0 2022-05-11T03:10:12.693Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4aab6cb2-2df3-43a0-b3d8-6fe8fdb13517 2022-05-11T03:10:12.693Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6b4107e4-7af4-4977-a1ab-af580b593462 from URL: /sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json 2022-05-11T03:10:12.693Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-11T03:10:12.693Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json 2022-05-11T03:10:13.031Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-11T03:10:13.032Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json 6b4107e4-7af4-4977-a1ab-af580b593462 785 2022-05-11T03:10:13.032Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json ASDC sendASDCNotification 2022-05-11T03:10:13.032Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json 2022-05-11T03:10:13.032Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:10:13.032Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:10:13.034Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:10:13.034Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238613032, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:10:13.135Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-11T03:10:13.135Z||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-11T03:10:13.136Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:10:13.145Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:10:13.145Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:10:14.036Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6b6f185070f0..base_vfw..module-0", "vfModuleModelInvariantUUID": "a555c3f7-6849-4e6a-b565-777731636839", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f8d0af91-3085-4f94-a7ce-852134f82cad", "vfModuleModelCustomizationUUID": "f550955f-c0e0-4648-bbd1-b3718939b202", "isBase": true, "artifacts": [ "1667108d-9929-4d15-a279-c735496eda49", "b39ae116-6890-4b35-a832-adeeaf7ead05" ], "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-11T03:10:14.047Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6b6f185070f0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f8d0af91-3085-4f94-a7ce-852134f82cad VfModuleModelInvariantUUID:a555c3f7-6849-4e6a-b565-777731636839 VfModuleModelDescription:NULL Artifacts UUID List:{ 1667108d-9929-4d15-a279-c735496eda49 , b39ae116-6890-4b35-a832-adeeaf7ead05 } 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-11T03:10:14.049Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6b6f185070f0..base_vfw..module-0", "vfModuleModelInvariantUUID": "a555c3f7-6849-4e6a-b565-777731636839", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f8d0af91-3085-4f94-a7ce-852134f82cad", "vfModuleModelCustomizationUUID": "f550955f-c0e0-4648-bbd1-b3718939b202", "isBase": true, "artifacts": [ "1667108d-9929-4d15-a279-c735496eda49", "b39ae116-6890-4b35-a832-adeeaf7ead05" ], "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-11T03:10:14.049Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6b6f185070f0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f8d0af91-3085-4f94-a7ce-852134f82cad VfModuleModelInvariantUUID:a555c3f7-6849-4e6a-b565-777731636839 VfModuleModelDescription:NULL Artifacts UUID List:{ 1667108d-9929-4d15-a279-c735496eda49 , b39ae116-6890-4b35-a832-adeeaf7ead05 } 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-11T03:10:14.049Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1667108d-9929-4d15-a279-c735496eda49 from URL: /sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml 2022-05-11T03:10:14.049Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-11T03:10:14.049Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml 2022-05-11T03:10:14.411Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-11T03:10:14.412Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml 1667108d-9929-4d15-a279-c735496eda49 20368 2022-05-11T03:10:14.412Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-11T03:10:14.412Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml 2022-05-11T03:10:14.412Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:10:14.412Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:10:14.414Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:10:14.414Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238614412, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:10:14.514Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:10:14.515Z||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-11T03:10:14.515Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:10:14.524Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:10:14.525Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:10:15.415Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b39ae116-6890-4b35-a832-adeeaf7ead05 from URL: /sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env 2022-05-11T03:10:15.415Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-11T03:10:15.415Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env 2022-05-11T03:10:15.625Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-11T03:10:15.625Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env b39ae116-6890-4b35-a832-adeeaf7ead05 2098 2022-05-11T03:10:15.625Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-11T03:10:15.625Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env 2022-05-11T03:10:15.626Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:10:15.626Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:10:15.628Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:10:15.628Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238615625, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:10:15.728Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:10:15.729Z||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-11T03:10:15.729Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:10:15.739Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:10:15.739Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:10:16.628Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1c9ee1e6-d963-4b04-aa7c-8cc946f3bef2 2022-05-11T03:10:16.629Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6b6f1850-70f0 0 4aab6cb2-2df3-43a0-b3d8-6fe8fdb13517 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-11T03:10:16.662Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@260a109, org.onap.sdc.toscaparser.api.parameters.Input@4ab03a48, org.onap.sdc.toscaparser.api.parameters.Input@15c973f8, org.onap.sdc.toscaparser.api.parameters.Input@2d432e7a, org.onap.sdc.toscaparser.api.parameters.Input@2a2caa32] 2022-05-11T03:10:16.665Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:16.665Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-11 03-06-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:10:16.665Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-05-11T03:10:16.665Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= fec17c46-762d-4a5c-916f-e03ee1ff974b 2022-05-11T03:10:16.665Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fec17c46-762d-4a5c-916f-e03ee1ff974b matches Tosca VF Customization UUID: fec17c46-762d-4a5c-916f-e03ee1ff974b 2022-05-11T03:10:16.666Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: fec17c46-762d-4a5c-916f-e03ee1ff974b 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-11T03:10:16.673Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:16.674Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-11 03-06-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:10:16.675Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id fec17c46-762d-4a5c-916f-e03ee1ff974b: {\"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-11T03:10:16.675Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ced710f 2022-05-11T03:10:16.676Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:16.676Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-11 03-06-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-11T03:10:16.676Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f550955f-c0e0-4648-bbd1-b3718939b202 2022-05-11T03:10:16.678Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f550955f-c0e0-4648-bbd1-b3718939b202 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-11T03:10:16.684Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:16.684Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6f1850-70f0 0 is matching search criteria 2022-05-11T03:10:16.684Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6f1850-70f0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:10:16.684Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:16.685Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6f1850-70f0 0 is matching search criteria 2022-05-11T03:10:16.685Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6f1850-70f0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:10:16.685Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:16.685Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6f1850-70f0 0 is not matching search criteria 2022-05-11T03:10:16.685Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-11T03:10:16.685Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-11T03:10:16.685Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-11T03:10:16.685Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-11T03:10:16.686Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-11T03:10:16.686Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-11T03:10:16.686Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-11T03:10:16.686Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-11T03:10:16.686Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-11T03:10:16.686Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-11T03:10:16.686Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-11T03:10:16.686Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d874ddec-fe30-4385-a73d-23a371de1f32 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-11T03:10:16.692Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:16.692Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6f1850-70f0 0 is matching search criteria 2022-05-11T03:10:16.692Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6f1850-70f0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:10:16.692Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:16.693Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6f1850-70f0 0 is not matching search criteria 2022-05-11T03:10:16.693Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-11T03:10:16.693Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-11T03:10:16.693Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-11T03:10:16.693Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-11T03:10:16.693Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-11T03:10:16.693Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-11T03:10:16.693Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-11T03:10:16.693Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-11T03:10:16.693Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-11T03:10:16.694Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-11T03:10:16.694Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-11T03:10:16.694Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-11T03:10:16.694Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7cdf2a51-8743-45d0-bfd1-d59792c04959 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-11T03:10:16.696Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:16.696Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6f1850-70f0 0 is matching search criteria 2022-05-11T03:10:16.696Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6f1850-70f0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:10:16.698Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:16.699Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6f1850-70f0 0 is not matching search criteria 2022-05-11T03:10:16.699Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-11T03:10:16.699Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-11T03:10:16.699Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-11T03:10:16.699Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-11T03:10:16.699Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-11T03:10:16.699Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-11T03:10:16.699Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-11T03:10:16.699Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-11T03:10:16.700Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-11T03:10:16.700Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-11T03:10:16.700Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-11T03:10:16.700Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-11T03:10:16.700Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=66b320ca-8e88-403b-8063-0e23bc73b4e4 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-11T03:10:16.702Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:16.702Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6f1850-70f0 0 is matching search criteria 2022-05-11T03:10:16.703Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6f1850-70f0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:10:16.703Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:16.703Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Node template vFW 6b6f1850-70f0 0 is matching search criteria 2022-05-11T03:10:16.703Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6b6f1850-70f0 0] matching following query criteria: sdcType=VF, customizationUUID=fec17c46-762d-4a5c-916f-e03ee1ff974b 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-11T03:10:16.705Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:16.705Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-11 03-06-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:10:16.705Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1c9ee1e6-d963-4b04-aa7c-8cc946f3bef2: vFW 6b6f1850-70f0 2022-05-11T03:10:16.705Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:16.705Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-11 03-06-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:10:16.705Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:16.705Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-11 03-06-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:10:16.706Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:16.706Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-11 03-06-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:10:16.706Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:16.706Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-11 03-06-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:10:16.706Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:10:16.706Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-11 03-06-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:10:16.706Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-05-11 03-06-55 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-11T03:10:16.928Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6b6f1850-70f0 4aab6cb2-2df3-43a0-b3d8-6fe8fdb13517 1 ASDC deployResourceStructure 2022-05-11T03:10:16.928Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json ASDC sendASDCNotification 2022-05-11T03:10:16.928Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json 2022-05-11T03:10:16.928Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:10:16.929Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:10:16.930Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:10:16.930Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238616928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json", "status": "DEPLOY_OK" } 2022-05-11T03:10:17.030Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:10:17.031Z||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-11T03:10:17.031Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:10:17.040Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:10:17.040Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:10:17.931Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-11T03:10:17.931Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml 2022-05-11T03:10:17.931Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:10:17.932Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:10:17.933Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:10:17.933Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238617931, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-11T03:10:18.033Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:10:18.034Z||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-11T03:10:18.034Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:10:18.048Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:10:18.048Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:10:18.934Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-11T03:10:18.934Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env 2022-05-11T03:10:18.935Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:10:18.935Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:10:18.936Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:10:18.936Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238618934, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-11T03:10:19.036Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:10:19.037Z||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-11T03:10:19.037Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:10:19.046Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:10:19.047Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:10:19.937Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar ASDC sendASDCNotification 2022-05-11T03:10:19.937Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar 2022-05-11T03:10:19.938Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:10:19.938Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:10:19.939Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:10:19.940Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238619937, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:10:20.040Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:10:20.040Z||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-11T03:10:20.041Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:10:20.050Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:10:20.051Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:10:20.941Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb3b469c-be70-4223-949b-1c82838ed61b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:10:20.958Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb3b469c-be70-4223-949b-1c82838ed61b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:10:20.961Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:10:20.961Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-11T03:10:20.961Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-11T03:10:20.961Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-11T03:10:20.961Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:10:20.961Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:10:20.961Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:10:20.961Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:10:20.961Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:10:20.961Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:10:20.962Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||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-11T03:10:20.966Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-11T03:10:50.967Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb3b469c-be70-4223-949b-1c82838ed61b 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-11T03:10:50.975Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb3b469c-be70-4223-949b-1c82838ed61b and serviceModelVersionId: 1c9ee1e6-d963-4b04-aa7c-8cc946f3bef2 2022-05-11T03:10:50.975Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e98c653d-40d4-4e7a-80cf-82bf26ac512c 2022-05-11T03:10:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:10:59.853Z||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-11T03:10:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:10:59.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:10:59.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:10:59.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238599851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:10:59.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:11:02.585Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e98c653d-40d4-4e7a-80cf-82bf26ac512c/model-vers/model-ver/1c9ee1e6-d963-4b04-aa7c-8cc946f3bef2?depth=0 2022-05-11T03:11:02.678Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-11T03:11:03.098Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e98c653d-40d4-4e7a-80cf-82bf26ac512c/model-vers/model-ver/1c9ee1e6-d963-4b04-aa7c-8cc946f3bef2?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-11T03:11:03.101Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e98c653d-40d4-4e7a-80cf-82bf26ac512c/model-vers/model-ver/1c9ee1e6-d963-4b04-aa7c-8cc946f3bef2?depth=0|INFO|500||Invoke 2022-05-11T03:11:03.248Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e98c653d-40d4-4e7a-80cf-82bf26ac512c/model-vers/model-ver/1c9ee1e6-d963-4b04-aa7c-8cc946f3bef2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-11T03:11:03.752Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e98c653d-40d4-4e7a-80cf-82bf26ac512c/model-vers/model-ver/1c9ee1e6-d963-4b04-aa7c-8cc946f3bef2?depth=0|INFO|500||InvokeReturn 2022-05-11T03:11:03.753Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e98c653d-40d4-4e7a-80cf-82bf26ac512c/model-vers/model-ver/1c9ee1e6-d963-4b04-aa7c-8cc946f3bef2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220511-03:11:03:257-86197], vertex-id=[413784], Content-Length=[0], Date=[Wed, 11 May 2022 03:11:03 GMT], Content-Type=[application/json]} 2022-05-11T03:11:03.753Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-05-11T03:11:03.756Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-11T03:11:03.756Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||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-11T03:11:03.762Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||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-11T03:11:03.763Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb3b469c-be70-4223-949b-1c82838ed61b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-11T03:11:03.764Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-11T03:11:03.764Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:11:03.766Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:11:03.766Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238663763, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-11T03:11:03.866Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:11:03.867Z||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-11T03:11:03.867Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:11:03.877Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:11:03.877Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 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-11T03:11:04.778Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:11:04.778Z|cb3b469c-be70-4223-949b-1c82838ed61b|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-11T03:11:04.779Z|cb3b469c-be70-4223-949b-1c82838ed61b|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:11:14.310Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:11:59.851Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:11:59.852Z|cb3b469c-be70-4223-949b-1c82838ed61b|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-11T03:11:59.852Z|cb3b469c-be70-4223-949b-1c82838ed61b|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:11:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:11:59.853Z||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-11T03:11:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:11:59.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:11:59.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:11:59.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238599851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json", "status": "NOTIFIED" } 2022-05-11T03:11:59.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:11:59.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:11:59.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238599851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-11T03:11:59.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:11:59.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:11:59.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238599851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:11:59.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:11:59.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:11:59.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238599851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-11T03:11:59.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:11:59.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:11:59.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238599851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:11:59.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:11:59.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:11:59.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238599851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:11:59.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:11:59.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:11:59.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238608548, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:11:59.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:11:59.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:11:59.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238613032, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:11:59.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:11:59.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:11:59.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238614412, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:11:59.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:11:59.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:11:59.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238615625, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:11:59.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:11:59.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:11:59.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238616928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/vfw6b6f185070f00_modules.json", "status": "DEPLOY_OK" } 2022-05-11T03:11:59.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:11:59.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:11:59.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238617931, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-11T03:11:59.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:11:59.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:11:59.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238618934, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/resourceInstances/vfw6b6f185070f00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-11T03:11:59.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:11:59.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:11:59.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238619937, "artifactURL": "/sdc/v1/catalog/services/Vfw20220511030655/1.0/artifacts/service-Vfw20220511030655-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:11:59.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:12:00.476Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:12:00.477Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-11T03:12:00.477Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"250c421e-d516-4c4f-89c6-1326f1bfa3da","serviceName":"basic_onboard_tHedLk","serviceVersion":"1.0","serviceUUID":"d379108b-de20-465e-ae45-1e46c9127e5b","serviceDescription":"service","serviceInvariantUUID":"4d5f6388-f88d-4230-81da-484cb24e8ac9","resources":[{"resourceInstanceName":"basic_onboard_tHedLk 0","resourceName":"basic_onboard_tHedLk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2b05566e-14dd-484a-bebb-53ab84cfd88d","resourceInvariantUUID":"38924ce4-20d3-4117-b6c9-e8ef597693d3","resourceCustomizationUUID":"6068ae2b-eb5f-4353-bc69-93b10b760694","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vf-license-model.xml","artifactChecksum":"NmI1MGI0NTU5MzU0YzNhNmEwYjMzNzdmOGQ2MDYzNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"899d86d4-c052-4d6e-bd55-9a73d7559758","artifactVersion":"1"},{"artifactName":"basic_onboard_thedlk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json","artifactChecksum":"OWQwZGE0NDA5NzRiOGVmY2EyZjU2YTI4ZWQ2YzI2NmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a7594ce6-a231-44e9-9223-aa329ddf5b39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3cabde0e-c0d2-4128-a330-a7f12e4f5d50","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0decdc43-2036-4cde-b141-d9e7a32a9fe1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"49dc8e5d-b92c-4adb-8103-2e99531b18ef","artifactVersion":"2","generatedFromUUID":"3cabde0e-c0d2-4128-a330-a7f12e4f5d50"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardThedlk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-template.yml","artifactChecksum":"MjgwMTU4MmY0YzAyNTU2MzRhYzIwOGVjMTZhZGQyY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4dfceb3-3381-452a-854b-3dd28d6f5512","artifactVersion":"1"},{"artifactName":"service-BasicOnboardThedlk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar","artifactChecksum":"YjE4ZDI5ZDk0ODE4MjgwNzIwMGUwOTM1MzJhODZjNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8cc7c595-139d-4988-88b4-bc3edccbd64b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-11T03:12:00.479Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:12:00.479Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:12:00.480Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:12:00.480Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238719851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:00.580Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:12:00.581Z||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-11T03:12:00.581Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:12:00.589Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:12:00.590Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:12:01.481Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:12:01.481Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:12:01.483Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:12:01.483Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238719851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:12:01.583Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:12:01.584Z||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-11T03:12:01.584Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:12:01.594Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:12:01.594Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:12:02.483Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:12:02.484Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:12:02.486Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:12:02.486Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238719851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-11T03:12:02.586Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:12:02.587Z||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-11T03:12:02.587Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:12:02.597Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:12:02.598Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:12:03.486Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:12:03.487Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:12:03.489Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:12:03.489Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238719851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:03.590Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-11T03:12:03.591Z||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-11T03:12:03.591Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:12:03.600Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:12:03.601Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-11T03:12:04.490Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:12:04.491Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:12:04.493Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:12:04.493Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238719851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-11T03:12:04.593Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:12:04.594Z||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-11T03:12:04.594Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:12:04.602Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:12:04.602Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-05-11T03:12:05.493Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:12:05.494Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:12:05.496Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:12:05.496Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238719851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:05.596Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:12:05.596Z||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-11T03:12:05.596Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:12:05.710Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:12:05.711Z||pool-24-thread-1|||||INFO|500||cambria reply ok (115 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:12:06.496Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:12:06.497Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:12:06.498Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:12:06.498Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238719851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:12:06.599Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-11T03:12:06.599Z||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-11T03:12:06.600Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:12:06.608Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:12:06.609Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:12:07.500Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "serviceName": "basic_onboard_tHedLk", "serviceVersion": "1.0", "serviceUUID": "d379108b-de20-465e-ae45-1e46c9127e5b", "serviceDescription": "service", "serviceInvariantUUID": "4d5f6388-f88d-4230-81da-484cb24e8ac9", "resources": [ { "resourceInstanceName": "basic_onboard_tHedLk 0", "resourceCustomizationUUID": "6068ae2b-eb5f-4353-bc69-93b10b760694", "resourceName": "basic_onboard_tHedLk", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2b05566e-14dd-484a-bebb-53ab84cfd88d", "resourceInvariantUUID": "38924ce4-20d3-4117-b6c9-e8ef597693d3", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_thedlk0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json", "artifactChecksum": "OWQwZGE0NDA5NzRiOGVmY2EyZjU2YTI4ZWQ2YzI2NmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a7594ce6-a231-44e9-9223-aa329ddf5b39", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3cabde0e-c0d2-4128-a330-a7f12e4f5d50", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "49dc8e5d-b92c-4adb-8103-2e99531b18ef", "generatedFromUUID": "3cabde0e-c0d2-4128-a330-a7f12e4f5d50" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "49dc8e5d-b92c-4adb-8103-2e99531b18ef", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardThedlk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "artifactChecksum": "YjE4ZDI5ZDk0ODE4MjgwNzIwMGUwOTM1MzJhODZjNjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8cc7c595-139d-4988-88b4-bc3edccbd64b" } ], "workloadContext": "Production" } 2022-05-11T03:12:07.500Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-11T03:12:07.500Z|cb3b469c-be70-4223-949b-1c82838ed61b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d379108b-de20-465e-ae45-1e46c9127e5b ASDC 2022-05-11T03:12:07.501Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:250c421e-d516-4c4f-89c6-1326f1bfa3da ServiceName:basic_onboard_tHedLk ServiceVersion:1.0 ServiceUUID:d379108b-de20-465e-ae45-1e46c9127e5b ServiceInvariantUUID:4d5f6388-f88d-4230-81da-484cb24e8ac9 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardThedlk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar ArtifactUUID:8cc7c595-139d-4988-88b4-bc3edccbd64b ArtifactChecksum:YjE4ZDI5ZDk0ODE4MjgwNzIwMGUwOTM1MzJhODZjNjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_tHedLk 0 ResourceCustomizationUUID:6068ae2b-eb5f-4353-bc69-93b10b760694 ResourceInvariantUUID:38924ce4-20d3-4117-b6c9-e8ef597693d3 ResourceName:basic_onboard_tHedLk ResourceType:VF ResourceUUID:2b05566e-14dd-484a-bebb-53ab84cfd88d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_thedlk0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json ArtifactUUID:a7594ce6-a231-44e9-9223-aa329ddf5b39 ArtifactChecksum:OWQwZGE0NDA5NzRiOGVmY2EyZjU2YTI4ZWQ2YzI2NmU= 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/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml ArtifactUUID:3cabde0e-c0d2-4128-a330-a7f12e4f5d50 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/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env ArtifactUUID:49dc8e5d-b92c-4adb-8103-2e99531b18ef 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/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env ArtifactUUID:49dc8e5d-b92c-4adb-8103-2e99531b18ef ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-11T03:12:07.501Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d379108b-de20-465e-ae45-1e46c9127e5b 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-11T03:12:07.526Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-11T03:12:07.527Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-11T03:12:07.527Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-11T03:12:07.527Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8cc7c595-139d-4988-88b4-bc3edccbd64b from URL: /sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar 2022-05-11T03:12:07.527Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-11T03:12:07.527Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar 2022-05-11T03:12:07.921Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-11T03:12:07.924Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar 8cc7c595-139d-4988-88b4-bc3edccbd64b 71573 2022-05-11T03:12:07.924Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar ASDC sendASDCNotification 2022-05-11T03:12:07.924Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar 2022-05-11T03:12:07.924Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:12:07.925Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:12:07.926Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:12:07.927Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238727924, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:12:08.027Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:12:08.027Z||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-11T03:12:08.027Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:12:08.041Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:12:08.041Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:12:08.927Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-11T03:12:08.928Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-11T03:12:08.928Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8cc7c595-139d-4988-88b4-bc3edccbd64b, URL: /sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar to file: /app/ASDC/1/service-BasicOnboardThedlk-csar.csar 2022-05-11T03:12:08.929Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardThedlk-csar.csar 2022-05-11T03:12:08.929Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardThedlk-csar.csar 2022-05-11T03:12:08.929Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardThedlk-csar.csar 2022-05-11T03:12:09.088Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16225318478065543927/Definitions/service-BasicOnboardThedlk-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-11T03:12:10.119Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-11T03:12:10.119Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-11T03:12:10.119Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardThedlk-csar.csar 2022-05-11T03:12:10.120Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-11T03:12:10.120Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||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-BasicOnboardThedlk-csar.csar 2022-05-11T03:12:10.120Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||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-BasicOnboardThedlk-csar.csar 2022-05-11T03:12:10.120Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||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-BasicOnboardThedlk-csar.csar 2022-05-11T03:12:10.120Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||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-BasicOnboardThedlk-csar.csar 2022-05-11T03:12:10.120Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardThedlk-csar.csar 2022-05-11T03:12:10.120Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardThedlk-csar.csar 2022-05-11T03:12:10.121Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||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-BasicOnboardThedlk-csar.csar 2022-05-11T03:12:10.121Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_tHedLk 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-BasicOnboardThedlk-csar.csar 2022-05-11T03:12:10.121Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||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-BasicOnboardThedlk-csar.csar 2022-05-11T03:12:10.121Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-11T03:12:10.121Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:10.121Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_tHedLk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:12:10.122Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_tHedLk 0 is matching search criteria 2022-05-11T03:12:10.122Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-11T03:12:10.122Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_tHedLk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-11T03:12:10.122Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:10.122Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_tHedLk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:12:10.123Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_tHedLk 0 is matching search criteria 2022-05-11T03:12:10.123Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-11T03:12:10.123Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_tHedLk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-11T03:12:10.123Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:10.123Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_tHedLk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:12:10.124Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:10.124Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_tHedLk 0 is not matching search criteria 2022-05-11T03:12:10.124Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-11T03:12:10.124Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-11T03:12:10.124Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-11T03:12:10.124Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-11T03:12:10.125Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-11T03:12:10.125Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:10.125Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_tHedLk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-11T03:12:10.125Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:10.125Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_tHedLk 0 is matching search criteria 2022-05-11T03:12:10.126Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_tHedLk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:12:10.126Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:10.126Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_tHedLk 0 is matching search criteria 2022-05-11T03:12:10.126Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_tHedLk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:12:10.126Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:10.127Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_tHedLk 0 is matching search criteria 2022-05-11T03:12:10.127Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_tHedLk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:12:10.127Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:10.127Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_tHedLk 0 is not matching search criteria 2022-05-11T03:12:10.127Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-11T03:12:10.128Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-11T03:12:10.128Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0cb921df-3b97-4f3d-8e31-57e883d67c05 2022-05-11T03:12:10.128Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:10.128Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_tHedLk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:12:10.128Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:10.129Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_tHedLk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:12:10.129Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:10.129Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_tHedLk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:12:10.129Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:10.129Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_tHedLk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:12:10.129Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_tHedLk Description:service Model UUID:d379108b-de20-465e-ae45-1e46c9127e5b Model Version:NULL Model InvariantUuid:4d5f6388-f88d-4230-81da-484cb24e8ac9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_tHedLk Model UUID:c223753e-93bb-493d-ae1e-7fcd36306505 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:38924ce4-20d3-4117-b6c9-e8ef597693d3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6068ae2b-eb5f-4353-bc69-93b10b760694 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8637875d-2f84-4fa6-bd19-5f365e1bde85 ModelName:BasicOnboardThedlk..base_ubuntu18..module-0 ModelUuid:9a51d820-87de-40f0-bac3-1ba7ebae6ff5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0cb921df-3b97-4f3d-8e31-57e883d67c05 ModelInvariantUuid:9d7968b5-5d6d-4d6f-a0e9-8b8674202883 ModelName:basic_onboard_tHedLk-nodes.ubuntu18Cvfc ModelUuid:eec5b433-b2b6-43c4-b799-01bcd0798d9d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:f758800d-2a05-4208-a87e-f620db371813 ModelInvariantUuid:bee4f2a9-bc1d-4d42-b886-261d24a8e6f7 ModelName:BasicOnboardThedlk.compute.nodes.heat.ubuntu18 ModelUuid:7141e4f3-d386-4d08-b8be-ea5b3b36d841 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-11T03:12:10.138Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2b05566e-14dd-484a-bebb-53ab84cfd88d 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-11T03:12:10.141Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||basic_onboard_tHedLk 0 2022-05-11T03:12:10.141Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2b05566e-14dd-484a-bebb-53ab84cfd88d 2022-05-11T03:12:10.141Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a7594ce6-a231-44e9-9223-aa329ddf5b39 from URL: /sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json 2022-05-11T03:12:10.141Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-11T03:12:10.141Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json 2022-05-11T03:12:10.612Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-11T03:12:10.613Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json a7594ce6-a231-44e9-9223-aa329ddf5b39 798 2022-05-11T03:12:10.613Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json ASDC sendASDCNotification 2022-05-11T03:12:10.613Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json 2022-05-11T03:12:10.613Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:12:10.614Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:12:10.615Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:12:10.616Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238730613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:12:10.716Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:12:10.717Z||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-11T03:12:10.717Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:12:11.355Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:12:11.355Z||pool-27-thread-1|||||INFO|500||cambria reply ok (639 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:12:11.617Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardThedlk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "8637875d-2f84-4fa6-bd19-5f365e1bde85", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9a51d820-87de-40f0-bac3-1ba7ebae6ff5", "vfModuleModelCustomizationUUID": "c01c2d55-f0d9-4b7c-b8ec-eedbe927e839", "isBase": true, "artifacts": [ "3cabde0e-c0d2-4128-a330-a7f12e4f5d50", "49dc8e5d-b92c-4adb-8103-2e99531b18ef" ], "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-11T03:12:11.620Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardThedlk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9a51d820-87de-40f0-bac3-1ba7ebae6ff5 VfModuleModelInvariantUUID:8637875d-2f84-4fa6-bd19-5f365e1bde85 VfModuleModelDescription:NULL Artifacts UUID List:{ 3cabde0e-c0d2-4128-a330-a7f12e4f5d50 , 49dc8e5d-b92c-4adb-8103-2e99531b18ef } 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-11T03:12:11.622Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardThedlk..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "8637875d-2f84-4fa6-bd19-5f365e1bde85", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9a51d820-87de-40f0-bac3-1ba7ebae6ff5", "vfModuleModelCustomizationUUID": "c01c2d55-f0d9-4b7c-b8ec-eedbe927e839", "isBase": true, "artifacts": [ "3cabde0e-c0d2-4128-a330-a7f12e4f5d50", "49dc8e5d-b92c-4adb-8103-2e99531b18ef" ], "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-11T03:12:11.622Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardThedlk..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9a51d820-87de-40f0-bac3-1ba7ebae6ff5 VfModuleModelInvariantUUID:8637875d-2f84-4fa6-bd19-5f365e1bde85 VfModuleModelDescription:NULL Artifacts UUID List:{ 3cabde0e-c0d2-4128-a330-a7f12e4f5d50 , 49dc8e5d-b92c-4adb-8103-2e99531b18ef } 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-11T03:12:11.622Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3cabde0e-c0d2-4128-a330-a7f12e4f5d50 from URL: /sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml 2022-05-11T03:12:11.622Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-11T03:12:11.622Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml 2022-05-11T03:12:12.027Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-11T03:12:12.027Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml 3cabde0e-c0d2-4128-a330-a7f12e4f5d50 5033 2022-05-11T03:12:12.028Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-11T03:12:12.028Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml 2022-05-11T03:12:12.028Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:12:12.028Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:12:12.029Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:12:12.030Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238732028, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:12:12.130Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:12:12.130Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-11T03:12:12.131Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:12:12.282Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:12:12.282Z||pool-28-thread-1|||||INFO|500||cambria reply ok (152 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:12:13.032Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 49dc8e5d-b92c-4adb-8103-2e99531b18ef from URL: /sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env 2022-05-11T03:12:13.033Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-11T03:12:13.033Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env 2022-05-11T03:12:13.420Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-11T03:12:13.420Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env 49dc8e5d-b92c-4adb-8103-2e99531b18ef 909 2022-05-11T03:12:13.420Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-11T03:12:13.421Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env 2022-05-11T03:12:13.421Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:12:13.421Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:12:13.423Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:12:13.423Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238733420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:12:13.523Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:12:13.524Z||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-11T03:12:13.524Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:12:13.533Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:12:13.533Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:12:14.423Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d379108b-de20-465e-ae45-1e46c9127e5b 2022-05-11T03:12:14.424Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_tHedLk 0 2b05566e-14dd-484a-bebb-53ab84cfd88d 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-11T03:12:14.437Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ad9a274, org.onap.sdc.toscaparser.api.parameters.Input@5294e2b9, org.onap.sdc.toscaparser.api.parameters.Input@48ea55ca, org.onap.sdc.toscaparser.api.parameters.Input@5c5e8868, org.onap.sdc.toscaparser.api.parameters.Input@5b934b95] 2022-05-11T03:12:14.438Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:14.439Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_tHedLk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:12:14.439Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-05-11T03:12:14.439Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 6068ae2b-eb5f-4353-bc69-93b10b760694 2022-05-11T03:12:14.439Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6068ae2b-eb5f-4353-bc69-93b10b760694 matches Tosca VF Customization UUID: 6068ae2b-eb5f-4353-bc69-93b10b760694 2022-05-11T03:12:14.439Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 6068ae2b-eb5f-4353-bc69-93b10b760694 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-11T03:12:14.441Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:14.442Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_tHedLk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:12:14.442Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 6068ae2b-eb5f-4353-bc69-93b10b760694: {\"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-11T03:12:14.442Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a85f753 2022-05-11T03:12:14.443Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:14.443Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_tHedLk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-11T03:12:14.443Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c01c2d55-f0d9-4b7c-b8ec-eedbe927e839 2022-05-11T03:12:14.443Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c01c2d55-f0d9-4b7c-b8ec-eedbe927e839 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-11T03:12:14.445Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:14.445Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_tHedLk 0 is matching search criteria 2022-05-11T03:12:14.445Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_tHedLk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:12:14.445Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:14.446Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_tHedLk 0 is matching search criteria 2022-05-11T03:12:14.446Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_tHedLk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:12:14.446Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:14.446Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_tHedLk 0 is not matching search criteria 2022-05-11T03:12:14.447Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-11T03:12:14.447Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-11T03:12:14.447Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0cb921df-3b97-4f3d-8e31-57e883d67c05 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-11T03:12:14.449Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:14.449Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_tHedLk 0 is matching search criteria 2022-05-11T03:12:14.449Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_tHedLk 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:12:14.449Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:14.450Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_tHedLk 0 is matching search criteria 2022-05-11T03:12:14.450Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_tHedLk 0] matching following query criteria: sdcType=VF, customizationUUID=6068ae2b-eb5f-4353-bc69-93b10b760694 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-11T03:12:14.451Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:14.451Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_tHedLk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:12:14.452Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d379108b-de20-465e-ae45-1e46c9127e5b: basic_onboard_tHedLk 2022-05-11T03:12:14.452Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:14.452Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_tHedLk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:12:14.452Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:14.452Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_tHedLk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:12:14.453Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:14.453Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_tHedLk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:12:14.453Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:14.453Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_tHedLk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:12:14.453Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:12:14.454Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_tHedLk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:12:14.454Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_tHedLk 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-11T03:12:14.521Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_tHedLk 2b05566e-14dd-484a-bebb-53ab84cfd88d 1 ASDC deployResourceStructure 2022-05-11T03:12:14.521Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json ASDC sendASDCNotification 2022-05-11T03:12:14.521Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json 2022-05-11T03:12:14.521Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:12:14.522Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:12:14.524Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:12:14.524Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238734521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json", "status": "DEPLOY_OK" } 2022-05-11T03:12:14.624Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:12:14.625Z||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-11T03:12:14.625Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:12:14.633Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:12:14.633Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:12:15.525Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-11T03:12:15.526Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml 2022-05-11T03:12:15.526Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:12:15.526Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:12:15.528Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:12:15.528Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238735525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-11T03:12:15.628Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:12:15.629Z||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-11T03:12:15.629Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:12:15.639Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:12:15.639Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:12:16.529Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-11T03:12:16.530Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env 2022-05-11T03:12:16.530Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:12:16.530Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:12:16.532Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:12:16.532Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238736529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-11T03:12:16.633Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-11T03:12:16.633Z||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-11T03:12:16.634Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:12:16.643Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:12:16.643Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:12:17.533Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar ASDC sendASDCNotification 2022-05-11T03:12:17.534Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar 2022-05-11T03:12:17.534Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:12:17.534Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:12:17.535Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:12:17.535Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238737533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:12:17.636Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:12:17.636Z||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-11T03:12:17.636Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:12:17.647Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:12:17.648Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:12:18.536Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 250c421e-d516-4c4f-89c6-1326f1bfa3da Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:12:18.547Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 250c421e-d516-4c4f-89c6-1326f1bfa3da Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:12:18.549Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:12:18.549Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-11T03:12:18.549Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-11T03:12:48.549Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 250c421e-d516-4c4f-89c6-1326f1bfa3da Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:12:48.559Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 250c421e-d516-4c4f-89c6-1326f1bfa3da Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:12:48.561Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:12:48.561Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-11T03:12:48.561Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-11T03:12:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:12:59.853Z||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-11T03:12:59.854Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:12:59.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:12:59.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb3b469c-be70-4223-949b-1c82838ed61b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238663763, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-11T03:12:59.873Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:12:59.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "multicloud-k8s-id", "timestamp": 1652238699261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "cds", "timestamp": 1652238700165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "multicloud-k8s-id", "timestamp": 1652238699261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:12:59.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238700338, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "cds", "timestamp": 1652238700165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "multicloud-k8s-id", "timestamp": 1652238699261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-11T03:12:59.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238700338, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "aai-ml", "timestamp": 1652238701451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "cds", "timestamp": 1652238700165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "multicloud-k8s-id", "timestamp": 1652238699261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238700338, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "aai-ml", "timestamp": 1652238701451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "cds", "timestamp": 1652238700165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "multicloud-k8s-id", "timestamp": 1652238699261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-11T03:12:59.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "ves-openapi-manager", "timestamp": 1652238703340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238700338, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "aai-ml", "timestamp": 1652238701451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "cds", "timestamp": 1652238700165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "multicloud-k8s-id", "timestamp": 1652238699261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "ves-openapi-manager", "timestamp": 1652238703340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238700338, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "aai-ml", "timestamp": 1652238701451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "cds", "timestamp": 1652238700165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "multicloud-k8s-id", "timestamp": 1652238699261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:12:59.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "ves-openapi-manager", "timestamp": 1652238703340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238700338, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "aai-ml", "timestamp": 1652238701451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "cds", "timestamp": 1652238700165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:12:59.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "ves-openapi-manager", "timestamp": 1652238703340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238700338, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:12:59.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "multicloud-k8s-id", "timestamp": 1652238707009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:12:59.883Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:12:59.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "aai-ml", "timestamp": 1652238701451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "cds", "timestamp": 1652238707881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:12:59.884Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:12:59.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "ves-openapi-manager", "timestamp": 1652238703340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238708059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:12:59.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:12:59.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "multicloud-k8s-id", "timestamp": 1652238708075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:12:59.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:12:59.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "aai-ml", "timestamp": 1652238701451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:12:59.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "clamp", "timestamp": 1652238707635, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "policy-id", "timestamp": 1652238708049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "cds", "timestamp": 1652238708886, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-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-11T03:12:59.894Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 250c421e-d516-4c4f-89c6-1326f1bfa3da 2022-05-11T03:12:59.894Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250c421e-d516-4c4f-89c6-1326f1bfa3da 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-11T03:12:59.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "ves-openapi-manager", "timestamp": 1652238703340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "multicloud-k8s-id", "timestamp": 1652238709133, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:12:59.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:12:59.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "aai-ml", "timestamp": 1652238709154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:12:59.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:12:59.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "clamp", "timestamp": 1652238707635, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:12:59.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "policy-id", "timestamp": 1652238708049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "ves-openapi-manager", "timestamp": 1652238703340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "multicloud-k8s-id", "timestamp": 1652238710158, "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-11T03:12:59.909Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 250c421e-d516-4c4f-89c6-1326f1bfa3da 2022-05-11T03:12:59.909Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250c421e-d516-4c4f-89c6-1326f1bfa3da 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-11T03:12:59.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238710165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:12:59.917Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:12:59.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "clamp", "timestamp": 1652238707635, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "policy-id", "timestamp": 1652238708049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-11T03:12:59.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "multicloud-k8s-id", "timestamp": 1652238711163, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json", "status": "DEPLOY_OK" } 2022-05-11T03:12:59.918Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:12:59.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652238711168, "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-11T03:12:59.924Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 250c421e-d516-4c4f-89c6-1326f1bfa3da 2022-05-11T03:12:59.924Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250c421e-d516-4c4f-89c6-1326f1bfa3da 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-11T03:12:59.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "clamp", "timestamp": 1652238707635, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "policy-id", "timestamp": 1652238708049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "clamp", "timestamp": 1652238707635, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "policy-id", "timestamp": 1652238708049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "clamp", "timestamp": 1652238707635, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "policy-id", "timestamp": 1652238708049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:12:59.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "aai-ml", "timestamp": 1652238714135, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:12:59.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:12:59.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "clamp", "timestamp": 1652238707635, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:12:59.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "policy-id", "timestamp": 1652238708049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:12:59.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:12:59.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "aai-ml", "timestamp": 1652238715138, "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-11T03:12:59.938Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 250c421e-d516-4c4f-89c6-1326f1bfa3da 2022-05-11T03:12:59.938Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250c421e-d516-4c4f-89c6-1326f1bfa3da 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-11T03:12:59.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "policy-id", "timestamp": 1652238715838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:12:59.946Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:12:59.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "policy-id", "timestamp": 1652238716841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:12:59.946Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:12:59.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:12:59.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "policy-id", "timestamp": 1652238717843, "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-11T03:12:59.950Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 250c421e-d516-4c4f-89c6-1326f1bfa3da 2022-05-11T03:12:59.950Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250c421e-d516-4c4f-89c6-1326f1bfa3da 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-11T03:13:18.562Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 250c421e-d516-4c4f-89c6-1326f1bfa3da Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:13:18.575Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 250c421e-d516-4c4f-89c6-1326f1bfa3da Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:13:18.578Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:13:18.578Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-11T03:13:18.578Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-11T03:13:18.578Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-11T03:13:18.578Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:13:18.578Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:13:18.578Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:13:18.578Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:13:18.578Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:13:18.579Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||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-11T03:13:18.583Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-11T03:13:48.584Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 250c421e-d516-4c4f-89c6-1326f1bfa3da 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-11T03:13:48.590Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 250c421e-d516-4c4f-89c6-1326f1bfa3da and serviceModelVersionId: d379108b-de20-465e-ae45-1e46c9127e5b 2022-05-11T03:13:48.590Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d5f6388-f88d-4230-81da-484cb24e8ac9 2022-05-11T03:13:48.591Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d5f6388-f88d-4230-81da-484cb24e8ac9/model-vers/model-ver/d379108b-de20-465e-ae45-1e46c9127e5b?depth=0 2022-05-11T03:13:48.595Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-11T03:13:48.634Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d5f6388-f88d-4230-81da-484cb24e8ac9/model-vers/model-ver/d379108b-de20-465e-ae45-1e46c9127e5b?depth=0|INFO|500||Invoke 2022-05-11T03:13:48.635Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d5f6388-f88d-4230-81da-484cb24e8ac9/model-vers/model-ver/d379108b-de20-465e-ae45-1e46c9127e5b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d5f6388-f88d-4230-81da-484cb24e8ac9/model-vers/model-ver/d379108b-de20-465e-ae45-1e46c9127e5b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[250c421e-d516-4c4f-89c6-1326f1bfa3da], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9028b2fd-135b-4a5e-a770-7338b542dcea], X-ECOMP-RequestID=[250c421e-d516-4c4f-89c6-1326f1bfa3da], X-TransactionId=[], X-ONAP-RequestID=[250c421e-d516-4c4f-89c6-1326f1bfa3da], Content-Type=[application/merge-patch+json]} 2022-05-11T03:13:48.656Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d5f6388-f88d-4230-81da-484cb24e8ac9/model-vers/model-ver/d379108b-de20-465e-ae45-1e46c9127e5b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-11T03:13:48.750Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d5f6388-f88d-4230-81da-484cb24e8ac9/model-vers/model-ver/d379108b-de20-465e-ae45-1e46c9127e5b?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/4d5f6388-f88d-4230-81da-484cb24e8ac9/model-vers/model-ver/d379108b-de20-465e-ae45-1e46c9127e5b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220511-03:13:48:664-96941], vertex-id=[446552], Content-Length=[0], Date=[Wed, 11 May 2022 03:13:48 GMT], Content-Type=[application/json]} 2022-05-11T03:13:48.750Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d5f6388-f88d-4230-81da-484cb24e8ac9/model-vers/model-ver/d379108b-de20-465e-ae45-1e46c9127e5b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-11T03:13:48.750Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d5f6388-f88d-4230-81da-484cb24e8ac9/model-vers/model-ver/d379108b-de20-465e-ae45-1e46c9127e5b?depth=0|INFO|500||InvokeReturn 2022-05-11T03:13:48.751Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-11T03:13:48.751Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||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-11T03:13:48.754Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||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-11T03:13:48.755Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 250c421e-d516-4c4f-89c6-1326f1bfa3da and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-11T03:13:48.755Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-11T03:13:48.755Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:13:48.756Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:13:48.757Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238828755, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-11T03:13:48.857Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:13:48.857Z||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-11T03:13:48.857Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:13:48.868Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:13:48.869Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-11T03:13:49.767Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:13:49.768Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|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-11T03:13:49.768Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:13:59.299Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:13:59.851Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:13:59.851Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|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-11T03:13:59.852Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:13:59.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:13:59.853Z||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-11T03:13:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:13:59.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:13:59.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:13:59.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238719851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:13:59.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:13:59.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:13:59.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238719851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:13:59.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:13:59.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:13:59.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238719851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-11T03:13:59.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:13:59.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:13:59.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238719851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:13:59.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:13:59.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:13:59.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238719851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-11T03:13:59.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:13:59.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:13:59.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238719851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:13:59.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:13:59.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:13:59.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238719851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:13:59.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:13:59.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:13:59.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "clamp", "timestamp": 1652238727620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:13:59.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:13:59.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:13:59.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238727924, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:13:59.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:13:59.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:13:59.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "clamp", "timestamp": 1652238729630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:13:59.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:13:59.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:13:59.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238730613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:13:59.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:13:59.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:13:59.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "clamp", "timestamp": 1652238730633, "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-11T03:13:59.878Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 250c421e-d516-4c4f-89c6-1326f1bfa3da 2022-05-11T03:13:59.878Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250c421e-d516-4c4f-89c6-1326f1bfa3da 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-11T03:13:59.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:13:59.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238732028, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:13:59.886Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:13:59.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:13:59.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238733420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:13:59.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:13:59.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:13:59.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238734521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/basic_onboard_thedlk0_modules.json", "status": "DEPLOY_OK" } 2022-05-11T03:13:59.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:13:59.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:13:59.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238735525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-11T03:13:59.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:13:59.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:13:59.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238736529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/resourceInstances/basic_onboard_thedlk0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-11T03:13:59.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:13:59.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:13:59.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238737533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardThedlk/1.0/artifacts/service-BasicOnboardThedlk-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:13:59.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:14:09.378Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:14:59.851Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:14:59.852Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|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-11T03:14:59.852Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:14:59.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:14:59.853Z||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-11T03:14:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:15:00.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:15:00.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:15:00.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "250c421e-d516-4c4f-89c6-1326f1bfa3da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652238828755, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-11T03:15:00.371Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:15:09.383Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:15:59.851Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:15:59.851Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|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-11T03:15:59.852Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:15:59.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:15:59.853Z||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-11T03:15:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:16:09.383Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:16:09.383Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:16:59.851Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:16:59.851Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|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-11T03:16:59.852Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:16:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:16:59.853Z||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-11T03:16:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:17:09.381Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:17:09.381Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:17:59.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:17:59.851Z||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-11T03:17:59.851Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:17:59.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:17:59.853Z||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-11T03:17:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:18:09.383Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:18:09.386Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:18:59.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:18:59.851Z||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-11T03:18:59.851Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:18:59.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:18:59.853Z||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-11T03:18:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:19:09.382Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:19:09.382Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:19:59.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:19:59.852Z||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-11T03:19:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:19:59.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:19:59.853Z||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-11T03:19:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:20:09.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:20:09.386Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:20:59.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:20:59.851Z||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-11T03:20:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:20:59.853Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:20:59.853Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|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-11T03:20:59.853Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:21:09.380Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:21:09.383Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:21:59.851Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:21:59.852Z||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-11T03:21:59.852Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:21:59.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:21:59.853Z||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-11T03:21:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:22:00.011Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:22:00.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:22:00.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "cds", "timestamp": 1652239315165, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:22:00.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:22:00.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:22:00.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "cds", "timestamp": 1652239315165, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:22:00.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:22:00.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:22:00.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:22:00.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e80ebb32-3375-4670-aa26-940b041395b8","serviceDescription":"service","serviceInvariantUUID":"7f4b7a63-26a7-45a1-8280-caef5d1827e0","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"31339d8e-e9bd-4e27-9ae5-afd7d6ba7725","resourceInvariantUUID":"a7740df3-21b4-4c82-b7fb-a85491c9ebc2","resourceCustomizationUUID":"2e3919a4-2716-49a8-864e-5676d845622e","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":"NmU2MjU2MWQ4OGEzMDdlNjdhYTYwNTcwMGNmNjI4YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7be2797c-9e89-4a18-a4b3-5d5bc7149001","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmQ5NDE4NmZhYTYxNGFkNmRhYjkxNTBkOTI5MGM3MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78afad06-66f0-45f8-9de5-ce64bef90c6b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-11T03:22:00.476Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:22:00.476Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:22:00.478Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:22:00.478Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239319851, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:22:00.578Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:22:00.579Z||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-11T03:22:00.579Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:22:00.587Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:22:00.588Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:22:01.479Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:22:01.480Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:22:01.481Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:22:01.481Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239319851, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:22:01.582Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:22:01.582Z||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-11T03:22:01.582Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:22:01.592Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:22:01.592Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:22:02.482Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e80ebb32-3375-4670-aa26-940b041395b8", "serviceDescription": "service", "serviceInvariantUUID": "7f4b7a63-26a7-45a1-8280-caef5d1827e0", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "2e3919a4-2716-49a8-864e-5676d845622e", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "31339d8e-e9bd-4e27-9ae5-afd7d6ba7725", "resourceInvariantUUID": "a7740df3-21b4-4c82-b7fb-a85491c9ebc2", "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": "YmQ5NDE4NmZhYTYxNGFkNmRhYjkxNTBkOTI5MGM3MGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "78afad06-66f0-45f8-9de5-ce64bef90c6b" } ], "workloadContext": "Production" } 2022-05-11T03:22:02.483Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-11T03:22:02.483Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e80ebb32-3375-4670-aa26-940b041395b8 ASDC 2022-05-11T03:22:02.483Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e80ebb32-3375-4670-aa26-940b041395b8 ServiceInvariantUUID:7f4b7a63-26a7-45a1-8280-caef5d1827e0 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:78afad06-66f0-45f8-9de5-ce64bef90c6b ArtifactChecksum:YmQ5NDE4NmZhYTYxNGFkNmRhYjkxNTBkOTI5MGM3MGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:2e3919a4-2716-49a8-864e-5676d845622e ResourceInvariantUUID:a7740df3-21b4-4c82-b7fb-a85491c9ebc2 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:31339d8e-e9bd-4e27-9ae5-afd7d6ba7725 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-05-11T03:22:02.483Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e80ebb32-3375-4670-aa26-940b041395b8 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-11T03:22:02.509Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-11T03:22:02.510Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-11T03:22:02.510Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-11T03:22:02.510Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 78afad06-66f0-45f8-9de5-ce64bef90c6b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-11T03:22:02.510Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-11T03:22:02.510Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-11T03:22:02.720Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-11T03:22:02.723Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 78afad06-66f0-45f8-9de5-ce64bef90c6b 52515 2022-05-11T03:22:02.723Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||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-11T03:22:02.723Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||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-11T03:22:02.723Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:22:02.723Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:22:02.725Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:22:02.725Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239322723, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:22:02.825Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:22:02.826Z||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-11T03:22:02.826Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:22:02.835Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:22:02.836Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:22:03.725Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-11T03:22:03.726Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-11T03:22:03.727Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 78afad06-66f0-45f8-9de5-ce64bef90c6b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-11T03:22:03.727Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-05-11T03:22:03.727Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-11T03:22:03.727Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-11T03:22:03.796Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2099954523232245724/Definitions/service-BasicNetwork-template.yml 2022-05-11T03:22:04.079Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-11T03:22:04.079Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-11T03:22:04.079Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-11T03:22:04.079Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-05-11T03:22:04.079Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||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-11T03:22:04.079Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||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-11T03:22:04.080Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||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-11T03:22:04.080Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||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-11T03:22:04.080Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-11T03:22:04.080Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||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-11T03:22:04.080Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||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-11T03:22:04.080Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||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-11T03:22:04.080Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-11T03:22:04.080Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:22:04.080Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:22:04.080Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-11T03:22:04.080Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-11T03:22:04.080Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-11T03:22:04.081Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:22:04.081Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:22:04.081Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-11T03:22:04.081Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-11T03:22:04.081Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-11T03:22:04.081Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:22:04.081Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:22:04.081Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:22:04.081Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:22:04.081Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:22:04.081Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:22:04.082Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:22:04.082Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:22:04.082Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:22:04.082Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:22:04.082Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:e80ebb32-3375-4670-aa26-940b041395b8 Model Version:NULL Model InvariantUuid:7f4b7a63-26a7-45a1-8280-caef5d1827e0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:a7740df3-21b4-4c82-b7fb-a85491c9ebc2 Model UUID:bfc44579-b3e6-42dc-b165-a4dbd9be6789 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:2e3919a4-2716-49a8-864e-5676d845622e 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-11T03:22:04.090Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 31339d8e-e9bd-4e27-9ae5-afd7d6ba7725 2022-05-11T03:22:04.090Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||No resources found for Service: e80ebb32-3375-4670-aa26-940b041395b8 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-11T03:22:04.094Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500|| 2022-05-11T03:22:04.094Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-05-11T03:22:04.095Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||No resources found for Service: e80ebb32-3375-4670-aa26-940b041395b8 2022-05-11T03:22:04.095Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e80ebb32-3375-4670-aa26-940b041395b8 2022-05-11T03:22:04.095Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-05-11T03:22:04.095Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||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-11T03:22:04.100Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@782982d2, org.onap.sdc.toscaparser.api.parameters.Input@6f25b1e5, org.onap.sdc.toscaparser.api.parameters.Input@2f9b002, org.onap.sdc.toscaparser.api.parameters.Input@1a3e7823, org.onap.sdc.toscaparser.api.parameters.Input@2eb556a4] 2022-05-11T03:22:04.101Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:22:04.101Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:22:04.101Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:22:04.101Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:22:04.102Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e80ebb32-3375-4670-aa26-940b041395b8: Generic NeutronNet 2022-05-11T03:22:04.102Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:22:04.102Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:22:04.102Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:22:04.102Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||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-11T03:22:04.126Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:22:04.126Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:22:04.126Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:22:04.127Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:22:04.127Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:22:04.127Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:22:04.127Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||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-11T03:22:04.188Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-05-11T03:22:04.188Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||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-11T03:22:04.188Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||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-11T03:22:04.188Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:22:04.189Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:22:04.190Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:22:04.190Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239324188, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:22:04.290Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:22:04.291Z||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-11T03:22:04.291Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:22:04.301Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:22:04.301Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:22:05.191Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:22:05.202Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:22:05.204Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:22:05.205Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-11T03:22:05.205Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-11T03:22:35.205Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:22:35.216Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:22:35.217Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:22:35.218Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-11T03:22:35.218Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-11T03:22:59.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:22:59.853Z||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-11T03:22:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:22:59.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:22:59.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:22:59.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "multicloud-k8s-id", "timestamp": 1652239319261, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:22:59.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:23:05.218Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:23:05.227Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:23:05.229Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:23:05.229Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-11T03:23:05.229Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-11T03:23:35.229Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:23:35.241Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:23:35.244Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:23:35.244Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-11T03:23:35.244Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-11T03:23:59.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:23:59.853Z||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-11T03:23:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:24:00.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:24:00.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239319851, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:24:00.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:24:00.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "multicloud-k8s-id", "timestamp": 1652239319261, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:24:00.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:24:00.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "cds", "timestamp": 1652239321024, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:24:00.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:24:00.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239319851, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:24:00.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:24:00.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "cds", "timestamp": 1652239322027, "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-11T03:24:00.380Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 2022-05-11T03:24:00.380Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 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-11T03:24:00.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239322723, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:24:00.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:24:00.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "ves-openapi-manager", "timestamp": 1652239323340, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:24:00.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:24:00.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239324188, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:24:00.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:24:00.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "ves-openapi-manager", "timestamp": 1652239323340, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:24:00.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:24:00.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "policy-id", "timestamp": 1652239328049, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:24:00.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:24:00.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "policy-id", "timestamp": 1652239328049, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:24:00.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:24:00.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239330338, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:24:00.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:24:00.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "policy-id", "timestamp": 1652239331134, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:24:00.393Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:24:00.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239330338, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:24:00.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:24:00.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "aai-ml", "timestamp": 1652239331451, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:24:00.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:24:00.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "policy-id", "timestamp": 1652239332138, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:24:00.393Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:24:00.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "aai-ml", "timestamp": 1652239331451, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:24:00.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:24:00.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "policy-id", "timestamp": 1652239333140, "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-11T03:24:00.398Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 2022-05-11T03:24:00.398Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 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-11T03:24:00.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239333237, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:24:00.407Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:24:00.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "aai-ml", "timestamp": 1652239334237, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:24:00.407Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:24:00.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239334753, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:24:00.407Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:24:00.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239335757, "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-11T03:24:00.412Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 2022-05-11T03:24:00.412Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 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-11T03:24:00.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "aai-ml", "timestamp": 1652239337028, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:24:00.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:24:00.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "aai-ml", "timestamp": 1652239338031, "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-11T03:24:00.424Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 2022-05-11T03:24:00.424Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 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-11T03:24:00.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "clamp", "timestamp": 1652239337635, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:24:00.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:24:00.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "clamp", "timestamp": 1652239337635, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:24:00.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:24:00.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "clamp", "timestamp": 1652239344727, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:24:00.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:24:00.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "clamp", "timestamp": 1652239346740, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:24:00.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:24:00.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:24:00.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "clamp", "timestamp": 1652239347742, "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-11T03:24:00.435Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 2022-05-11T03:24:00.435Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 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-11T03:24:05.244Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:24:05.256Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:24:05.258Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:24:05.258Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-11T03:24:05.259Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-11T03:24:05.259Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-11T03:24:05.259Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:24:05.259Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:24:05.259Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:24:05.259Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:24:05.259Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:24:05.259Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:24:05.259Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-11T03:24:05.264Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-11T03:24:35.264Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 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-11T03:24:35.272Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 and serviceModelVersionId: e80ebb32-3375-4670-aa26-940b041395b8 2022-05-11T03:24:35.272Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f4b7a63-26a7-45a1-8280-caef5d1827e0 2022-05-11T03:24:35.273Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f4b7a63-26a7-45a1-8280-caef5d1827e0/model-vers/model-ver/e80ebb32-3375-4670-aa26-940b041395b8?depth=0 2022-05-11T03:24:35.278Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-05-11T03:24:35.321Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4b7a63-26a7-45a1-8280-caef5d1827e0/model-vers/model-ver/e80ebb32-3375-4670-aa26-940b041395b8?depth=0|INFO|500||Invoke 2022-05-11T03:24:35.322Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4b7a63-26a7-45a1-8280-caef5d1827e0/model-vers/model-ver/e80ebb32-3375-4670-aa26-940b041395b8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4b7a63-26a7-45a1-8280-caef5d1827e0/model-vers/model-ver/e80ebb32-3375-4670-aa26-940b041395b8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89eb620d-c1d9-4747-870e-dcebdda0a5e7], X-ECOMP-RequestID=[0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77], X-TransactionId=[], X-ONAP-RequestID=[0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77], Content-Type=[application/merge-patch+json]} 2022-05-11T03:24:35.338Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4b7a63-26a7-45a1-8280-caef5d1827e0/model-vers/model-ver/e80ebb32-3375-4670-aa26-940b041395b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-11T03:24:35.738Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4b7a63-26a7-45a1-8280-caef5d1827e0/model-vers/model-ver/e80ebb32-3375-4670-aa26-940b041395b8?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/7f4b7a63-26a7-45a1-8280-caef5d1827e0/model-vers/model-ver/e80ebb32-3375-4670-aa26-940b041395b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220511-03:24:35:344-40352], vertex-id=[192624], Content-Length=[0], Date=[Wed, 11 May 2022 03:24:35 GMT], Content-Type=[application/json]} 2022-05-11T03:24:35.739Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4b7a63-26a7-45a1-8280-caef5d1827e0/model-vers/model-ver/e80ebb32-3375-4670-aa26-940b041395b8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-11T03:24:35.739Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f4b7a63-26a7-45a1-8280-caef5d1827e0/model-vers/model-ver/e80ebb32-3375-4670-aa26-940b041395b8?depth=0|INFO|500||InvokeReturn 2022-05-11T03:24:35.740Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-11T03:24:35.740Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-11T03:24:35.746Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-11T03:24:35.747Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-11T03:24:35.747Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-11T03:24:35.747Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:24:35.749Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:24:35.749Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239475747, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-11T03:24:35.849Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:24:35.850Z||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-11T03:24:35.850Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:24:35.863Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:24:35.863Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 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-11T03:24:36.761Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:24:36.762Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|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-11T03:24:36.762Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:24:47.681Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:24:47.681Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:24:47.682Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|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-11T03:24:47.682Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:24:57.219Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:24:59.851Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:24:59.851Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|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-11T03:24:59.852Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:24:59.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:24:59.853Z||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-11T03:24:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:25:00.470Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:25:00.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-11T03:25:00.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239475747, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-11T03:25:00.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:25:09.381Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:25:59.851Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:25:59.852Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|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-11T03:25:59.852Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:25:59.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:25:59.853Z||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-11T03:25:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:25:59.984Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:25:59.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "cds", "timestamp": 1652239540165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "aai-ml", "timestamp": 1652239541451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239540338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "ves-openapi-manager", "timestamp": 1652239543340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "clamp", "timestamp": 1652239547635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "multicloud-k8s-id", "timestamp": 1652239539261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "policy-id", "timestamp": 1652239548049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "ves-openapi-manager", "timestamp": 1652239543340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "aai-ml", "timestamp": 1652239541451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "cds", "timestamp": 1652239540165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239540338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "clamp", "timestamp": 1652239547635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:25:59.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "multicloud-k8s-id", "timestamp": 1652239539261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:25:59.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "policy-id", "timestamp": 1652239548049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "ves-openapi-manager", "timestamp": 1652239543340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "cds", "timestamp": 1652239540165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "aai-ml", "timestamp": 1652239541451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239540338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "clamp", "timestamp": 1652239547635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "multicloud-k8s-id", "timestamp": 1652239539261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-11T03:25:59.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "policy-id", "timestamp": 1652239548049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-11T03:25:59.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "ves-openapi-manager", "timestamp": 1652239543340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "aai-ml", "timestamp": 1652239541451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "cds", "timestamp": 1652239540165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239540338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "clamp", "timestamp": 1652239547635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "multicloud-k8s-id", "timestamp": 1652239539261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "policy-id", "timestamp": 1652239548049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "cds", "timestamp": 1652239540165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:25:59.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:25:59.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "ves-openapi-manager", "timestamp": 1652239543340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:25:59.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "aai-ml", "timestamp": 1652239541451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:26:00.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239540338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:26:00.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "clamp", "timestamp": 1652239547635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:26:00.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "multicloud-k8s-id", "timestamp": 1652239539261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-11T03:26:00.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "policy-id", "timestamp": 1652239548049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:26:00.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "cds", "timestamp": 1652239540165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:26:00.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "ves-openapi-manager", "timestamp": 1652239543340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:26:00.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "aai-ml", "timestamp": 1652239541451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:26:00.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239540338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:26:00.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "clamp", "timestamp": 1652239547635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:26:00.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "multicloud-k8s-id", "timestamp": 1652239539261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:26:00.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "policy-id", "timestamp": 1652239548049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:26:00.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "cds", "timestamp": 1652239540165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:26:00.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "ves-openapi-manager", "timestamp": 1652239543340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:26:00.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "aai-ml", "timestamp": 1652239541451, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:26:00.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239540338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:26:00.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "clamp", "timestamp": 1652239547635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:26:00.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "multicloud-k8s-id", "timestamp": 1652239539261, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:26:00.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "policy-id", "timestamp": 1652239548049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:26:00.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:26:00.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "cds", "timestamp": 1652239555342, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:26:00.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:26:00.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239555344, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:26:00.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:26:00.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "aai-ml", "timestamp": 1652239555346, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:26:00.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:26:00.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "multicloud-k8s-id", "timestamp": 1652239555533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:26:00.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:26:00.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "policy-id", "timestamp": 1652239555851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:26:00.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:26:00.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "cds", "timestamp": 1652239556346, "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-11T03:26:00.045Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 163c30bf-d836-4d95-92ae-7765cc25a94f 2022-05-11T03:26:00.045Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 163c30bf-d836-4d95-92ae-7765cc25a94f 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-11T03:26:00.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "multicloud-k8s-id", "timestamp": 1652239556635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:26:00.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:26:00.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "policy-id", "timestamp": 1652239556855, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:26:00.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:26:00.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239557323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:26:00.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:26:00.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "multicloud-k8s-id", "timestamp": 1652239557832, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:26:00.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:26:00.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "policy-id", "timestamp": 1652239557857, "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-11T03:26:00.058Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 163c30bf-d836-4d95-92ae-7765cc25a94f 2022-05-11T03:26:00.058Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 163c30bf-d836-4d95-92ae-7765cc25a94f 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-11T03:26:00.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239558327, "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-11T03:26:00.071Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 163c30bf-d836-4d95-92ae-7765cc25a94f 2022-05-11T03:26:00.071Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 163c30bf-d836-4d95-92ae-7765cc25a94f 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-11T03:26:00.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "multicloud-k8s-id", "timestamp": 1652239558858, "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-11T03:26:00.083Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 163c30bf-d836-4d95-92ae-7765cc25a94f 2022-05-11T03:26:00.083Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 163c30bf-d836-4d95-92ae-7765cc25a94f 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-11T03:26:00.470Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:26:00.471Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:26:00.471Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"163c30bf-d836-4d95-92ae-7765cc25a94f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"33f72ef6-8d8f-4ece-95ab-cb17e4713953","serviceDescription":"service","serviceInvariantUUID":"554c76e1-d9f5-4f2e-b178-ab79d14593ef","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c5f4126-4f38-4dba-8201-6d34b929e11b","resourceInvariantUUID":"0c1b38cc-cee0-4e48-b5f1-bee20a62b8d1","resourceCustomizationUUID":"28ca0ef0-247f-41dd-b39e-b93c69bf85b9","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":"MzVlNGZjNGMwOGNkNjNmZjM2Y2JiYjNiZTc3NzFlMGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"90e4b917-0c77-45b4-8467-cd0f9c3b720d","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":"YTE3ZTUyY2Y4OGFmZDhjYWVlZmMzZDgzNjBlNDY0MTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8cffdcae-613a-4652-a362-c5ed272d32e8","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":"48f8d9d2-7fed-45d8-9327-3a2aa807b1b2","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":"09b3a37e-6ecf-4a08-9e9b-84edbb56ce4c","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":"717f64f1-576d-4318-9d42-f941fd4ecafd","artifactVersion":"2","generatedFromUUID":"48f8d9d2-7fed-45d8-9327-3a2aa807b1b2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzUyNDQ5MzQyYTc4ZTI0YTJkNGMwZDM0NjVlOGVlMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9958e7ed-fcb8-4d5a-929d-6ba0d66ff448","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzFkYWFjMWQ4Y2NlOWQ0ZDI2NTFhOTNhYTM4ZDA4YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b2d913e7-64c0-4d0f-a410-cb0f0e2b602d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-11T03:26:00.473Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:26:00.473Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:26:00.475Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:26:00.475Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239559851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:26:00.575Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:26:00.575Z||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-11T03:26:00.576Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:26:00.586Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:26:00.586Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:26:01.475Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:26:01.476Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:26:01.478Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:26:01.478Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239559851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:26:01.578Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:26:01.579Z||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-11T03:26:01.580Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:26:01.589Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:26:01.590Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:26:02.479Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:26:02.479Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:26:02.481Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:26:02.481Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239559851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-11T03:26:02.581Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:26:02.582Z||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-11T03:26:02.582Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:26:02.591Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:26:02.591Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-11T03:26:03.482Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:26:03.483Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:26:03.484Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:26:03.484Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239559851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:26:03.584Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:26:03.585Z||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-11T03:26:03.585Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:26:03.595Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:26:03.595Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:26:04.485Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:26:04.485Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:26:04.487Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:26:04.488Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239559851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-11T03:26:04.588Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:26:04.588Z||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-11T03:26:04.589Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:26:04.598Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:26:04.599Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-11T03:26:05.488Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:26:05.489Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:26:05.491Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:26:05.491Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239559851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:26:05.591Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:26:05.592Z||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-11T03:26:05.592Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:26:05.602Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:26:05.602Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:26:06.492Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:26:06.493Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:26:06.494Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:26:06.495Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239559851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:26:06.595Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:26:06.596Z||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-11T03:26:06.596Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:26:06.607Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:26:06.607Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:26:07.496Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "33f72ef6-8d8f-4ece-95ab-cb17e4713953", "serviceDescription": "service", "serviceInvariantUUID": "554c76e1-d9f5-4f2e-b178-ab79d14593ef", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "28ca0ef0-247f-41dd-b39e-b93c69bf85b9", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7c5f4126-4f38-4dba-8201-6d34b929e11b", "resourceInvariantUUID": "0c1b38cc-cee0-4e48-b5f1-bee20a62b8d1", "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": "YTE3ZTUyY2Y4OGFmZDhjYWVlZmMzZDgzNjBlNDY0MTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8cffdcae-613a-4652-a362-c5ed272d32e8", "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": "48f8d9d2-7fed-45d8-9327-3a2aa807b1b2", "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": "717f64f1-576d-4318-9d42-f941fd4ecafd", "generatedFromUUID": "48f8d9d2-7fed-45d8-9327-3a2aa807b1b2" }, "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": "717f64f1-576d-4318-9d42-f941fd4ecafd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YzFkYWFjMWQ4Y2NlOWQ0ZDI2NTFhOTNhYTM4ZDA4YTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b2d913e7-64c0-4d0f-a410-cb0f0e2b602d" } ], "workloadContext": "Production" } 2022-05-11T03:26:07.496Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-11T03:26:07.497Z|0d24b6ad-a8c7-495a-a333-8f9a5f8bfa77|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 33f72ef6-8d8f-4ece-95ab-cb17e4713953 ASDC 2022-05-11T03:26:07.497Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:163c30bf-d836-4d95-92ae-7765cc25a94f ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:33f72ef6-8d8f-4ece-95ab-cb17e4713953 ServiceInvariantUUID:554c76e1-d9f5-4f2e-b178-ab79d14593ef 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:b2d913e7-64c0-4d0f-a410-cb0f0e2b602d ArtifactChecksum:YzFkYWFjMWQ4Y2NlOWQ0ZDI2NTFhOTNhYTM4ZDA4YTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:28ca0ef0-247f-41dd-b39e-b93c69bf85b9 ResourceInvariantUUID:0c1b38cc-cee0-4e48-b5f1-bee20a62b8d1 ResourceName:basic_vm ResourceType:VF ResourceUUID:7c5f4126-4f38-4dba-8201-6d34b929e11b 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:8cffdcae-613a-4652-a362-c5ed272d32e8 ArtifactChecksum:YTE3ZTUyY2Y4OGFmZDhjYWVlZmMzZDgzNjBlNDY0MTY= 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:48f8d9d2-7fed-45d8-9327-3a2aa807b1b2 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:717f64f1-576d-4318-9d42-f941fd4ecafd 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:717f64f1-576d-4318-9d42-f941fd4ecafd ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-11T03:26:07.497Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 33f72ef6-8d8f-4ece-95ab-cb17e4713953 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-11T03:26:07.529Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-11T03:26:07.529Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-11T03:26:07.529Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-11T03:26:07.529Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b2d913e7-64c0-4d0f-a410-cb0f0e2b602d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-11T03:26:07.529Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-11T03:26:07.530Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-11T03:26:07.724Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-11T03:26:07.727Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b2d913e7-64c0-4d0f-a410-cb0f0e2b602d 71072 2022-05-11T03:26:07.727Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:07.728Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:07.728Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:26:07.728Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:26:07.729Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:26:07.729Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239567727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:26:07.829Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:26:07.830Z||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-11T03:26:07.830Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:26:07.840Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:26:07.840Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:26:08.730Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-11T03:26:08.731Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-11T03:26:08.731Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b2d913e7-64c0-4d0f-a410-cb0f0e2b602d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-11T03:26:08.731Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-05-11T03:26:08.731Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-11T03:26:08.732Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-05-11T03:26:08.884Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11327416819711384683/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-11T03:26:09.721Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-11T03:26:09.722Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-11T03:26:09.722Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-11T03:26:09.722Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-11T03:26:09.722Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:09.722Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:09.722Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-11T03:26:09.722Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:09.722Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-11T03:26:09.723Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:09.723Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-11T03:26:09.723Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:09.723Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-11T03:26:09.723Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-11T03:26:09.723Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:09.723Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:26:09.723Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-11T03:26:09.723Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-11T03:26:09.723Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-11T03:26:09.723Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:09.724Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:26:09.724Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-11T03:26:09.724Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-11T03:26:09.724Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-11T03:26:09.724Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:09.724Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:26:09.724Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:09.724Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-11T03:26:09.724Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-11T03:26:09.724Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-11T03:26:09.725Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-11T03:26:09.725Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-11T03:26:09.725Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-11T03:26:09.725Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:09.725Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-11T03:26:09.725Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:09.725Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-11T03:26:09.725Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:26:09.725Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:09.726Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-11T03:26:09.726Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:26:09.726Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:09.726Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-11T03:26:09.726Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:26:09.726Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:09.726Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-11T03:26:09.726Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-11T03:26:09.726Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-11T03:26:09.726Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=49c3d01a-604d-4547-9c80-9d08a0547841 2022-05-11T03:26:09.727Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:09.727Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:26:09.727Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:09.727Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:26:09.727Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:09.727Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:26:09.727Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:09.727Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:26:09.727Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:33f72ef6-8d8f-4ece-95ab-cb17e4713953 Model Version:NULL Model InvariantUuid:554c76e1-d9f5-4f2e-b178-ab79d14593ef Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:776d56a2-6c64-46ff-ba87-ddc7bbd6722c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0c1b38cc-cee0-4e48-b5f1-bee20a62b8d1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:28ca0ef0-247f-41dd-b39e-b93c69bf85b9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d5bc08e0-4d89-470c-9299-0ac055b1abbd ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:37a25093-59d3-40e4-9e64-9766aac1eae0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:49c3d01a-604d-4547-9c80-9d08a0547841 ModelInvariantUuid:677bfd72-1f22-4635-910d-3615491429f6 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:0ded39e1-1dae-449f-a5a5-b1950f212179 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:4ce73eb8-d91d-4821-9ff2-2fe328d74504 ModelInvariantUuid:d2a3ff1b-2113-459e-ad97-9771a2f5b4d3 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:31442d24-733e-4d9a-b965-2095135253f1 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-11T03:26:09.735Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7c5f4126-4f38-4dba-8201-6d34b929e11b 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-11T03:26:09.738Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||basic_vm 0 2022-05-11T03:26:09.738Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7c5f4126-4f38-4dba-8201-6d34b929e11b 2022-05-11T03:26:09.738Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8cffdcae-613a-4652-a362-c5ed272d32e8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-11T03:26:09.738Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-11T03:26:09.738Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:10.016Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-11T03:26:10.017Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 8cffdcae-613a-4652-a362-c5ed272d32e8 787 2022-05-11T03:26:10.017Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:10.017Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:10.017Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:26:10.017Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:26:10.019Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:26:10.019Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239570017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:26:10.119Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:26:10.119Z||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-11T03:26:10.120Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:26:10.130Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:26:10.130Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:26:11.019Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d5bc08e0-4d89-470c-9299-0ac055b1abbd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "37a25093-59d3-40e4-9e64-9766aac1eae0", "vfModuleModelCustomizationUUID": "af4ddf25-24bd-4707-89ff-8dce67bbe82e", "isBase": true, "artifacts": [ "48f8d9d2-7fed-45d8-9327-3a2aa807b1b2", "717f64f1-576d-4318-9d42-f941fd4ecafd" ], "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-11T03:26:11.022Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:37a25093-59d3-40e4-9e64-9766aac1eae0 VfModuleModelInvariantUUID:d5bc08e0-4d89-470c-9299-0ac055b1abbd VfModuleModelDescription:NULL Artifacts UUID List:{ 48f8d9d2-7fed-45d8-9327-3a2aa807b1b2 , 717f64f1-576d-4318-9d42-f941fd4ecafd } 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-11T03:26:11.024Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d5bc08e0-4d89-470c-9299-0ac055b1abbd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "37a25093-59d3-40e4-9e64-9766aac1eae0", "vfModuleModelCustomizationUUID": "af4ddf25-24bd-4707-89ff-8dce67bbe82e", "isBase": true, "artifacts": [ "48f8d9d2-7fed-45d8-9327-3a2aa807b1b2", "717f64f1-576d-4318-9d42-f941fd4ecafd" ], "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-11T03:26:11.024Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:37a25093-59d3-40e4-9e64-9766aac1eae0 VfModuleModelInvariantUUID:d5bc08e0-4d89-470c-9299-0ac055b1abbd VfModuleModelDescription:NULL Artifacts UUID List:{ 48f8d9d2-7fed-45d8-9327-3a2aa807b1b2 , 717f64f1-576d-4318-9d42-f941fd4ecafd } 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-11T03:26:11.024Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 48f8d9d2-7fed-45d8-9327-3a2aa807b1b2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-11T03:26:11.024Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-11T03:26:11.024Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:11.324Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-11T03:26:11.324Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 48f8d9d2-7fed-45d8-9327-3a2aa807b1b2 5033 2022-05-11T03:26:11.325Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:11.325Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:11.325Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:26:11.325Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:26:11.326Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:26:11.326Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239571324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:26:11.426Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:26:11.427Z||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-11T03:26:11.427Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:26:11.435Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:26:11.435Z||pool-49-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-05-11T03:26:12.327Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 717f64f1-576d-4318-9d42-f941fd4ecafd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-11T03:26:12.327Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-11T03:26:12.327Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:12.634Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-11T03:26:12.635Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 717f64f1-576d-4318-9d42-f941fd4ecafd 903 2022-05-11T03:26:12.635Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:12.635Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:12.635Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:26:12.636Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:26:12.638Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:26:12.638Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239572635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:26:12.738Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:26:12.739Z||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-11T03:26:12.739Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:26:12.748Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:26:12.748Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:26:13.638Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 33f72ef6-8d8f-4ece-95ab-cb17e4713953 2022-05-11T03:26:13.639Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7c5f4126-4f38-4dba-8201-6d34b929e11b 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-11T03:26:13.652Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24986f40, org.onap.sdc.toscaparser.api.parameters.Input@6fde5c25, org.onap.sdc.toscaparser.api.parameters.Input@4986d80e, org.onap.sdc.toscaparser.api.parameters.Input@7d94d01b, org.onap.sdc.toscaparser.api.parameters.Input@1a114286] 2022-05-11T03:26:13.653Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:13.653Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:26:13.653Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-05-11T03:26:13.653Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 28ca0ef0-247f-41dd-b39e-b93c69bf85b9 2022-05-11T03:26:13.653Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 28ca0ef0-247f-41dd-b39e-b93c69bf85b9 matches Tosca VF Customization UUID: 28ca0ef0-247f-41dd-b39e-b93c69bf85b9 2022-05-11T03:26:13.653Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 28ca0ef0-247f-41dd-b39e-b93c69bf85b9 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-11T03:26:13.655Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:13.655Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:26:13.656Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 28ca0ef0-247f-41dd-b39e-b93c69bf85b9: {\"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-11T03:26:13.656Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23c5f7d7 2022-05-11T03:26:13.656Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:13.656Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-11T03:26:13.656Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : af4ddf25-24bd-4707-89ff-8dce67bbe82e 2022-05-11T03:26:13.656Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID af4ddf25-24bd-4707-89ff-8dce67bbe82e 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-11T03:26:13.658Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:13.658Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-11T03:26:13.658Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:26:13.659Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:13.659Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-11T03:26:13.659Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:26:13.659Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:13.659Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-11T03:26:13.659Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-11T03:26:13.659Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-11T03:26:13.659Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=49c3d01a-604d-4547-9c80-9d08a0547841 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-11T03:26:13.661Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:13.661Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-11T03:26:13.661Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:26:13.662Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:13.662Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-11T03:26:13.662Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=28ca0ef0-247f-41dd-b39e-b93c69bf85b9 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-11T03:26:13.663Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:13.663Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:26:13.663Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 33f72ef6-8d8f-4ece-95ab-cb17e4713953: basic_vm 2022-05-11T03:26:13.663Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:13.664Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:26:13.664Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:13.664Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:26:13.664Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:13.664Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:26:13.664Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:13.664Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:26:13.664Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:26:13.665Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:26:13.665Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:13.741Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7c5f4126-4f38-4dba-8201-6d34b929e11b 1 ASDC deployResourceStructure 2022-05-11T03:26:13.741Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:13.741Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:13.741Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:26:13.741Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:26:13.743Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:26:13.743Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239573741, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-11T03:26:13.843Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:26:13.844Z||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-11T03:26:13.845Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:26:13.854Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:26:13.854Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:26:14.744Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:14.744Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:14.744Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:26:14.745Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:26:14.746Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:26:14.746Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239574744, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-11T03:26:14.846Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:26:14.847Z||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-11T03:26:14.847Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:26:14.856Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:26:14.857Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:26:15.747Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:15.748Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:15.748Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:26:15.748Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:26:15.749Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:26:15.750Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239575747, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-11T03:26:15.850Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:26:15.851Z||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-11T03:26:15.851Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:26:15.860Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:26:15.860Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:26:16.751Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:16.751Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||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-11T03:26:16.751Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:26:16.752Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:26:16.753Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:26:16.753Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239576751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:26:16.853Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:26:16.854Z||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-11T03:26:16.854Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:26:16.862Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:26:16.862Z||pool-54-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:26:17.754Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 163c30bf-d836-4d95-92ae-7765cc25a94f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:26:17.763Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 163c30bf-d836-4d95-92ae-7765cc25a94f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:26:17.765Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:26:17.765Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-11T03:26:17.765Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-11T03:26:47.766Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 163c30bf-d836-4d95-92ae-7765cc25a94f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:26:47.775Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 163c30bf-d836-4d95-92ae-7765cc25a94f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:26:47.779Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:26:47.779Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-11T03:26:47.779Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-11T03:26:59.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:26:59.853Z||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-11T03:26:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:26:59.870Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:26:59.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:26:59.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "multicloud-k8s-id", "timestamp": 1652239559862, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-11T03:26:59.871Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:27:17.780Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 163c30bf-d836-4d95-92ae-7765cc25a94f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:27:17.789Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 163c30bf-d836-4d95-92ae-7765cc25a94f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:27:17.792Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:27:17.792Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-11T03:27:17.792Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-11T03:27:47.792Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 163c30bf-d836-4d95-92ae-7765cc25a94f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:27:47.800Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 163c30bf-d836-4d95-92ae-7765cc25a94f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:27:47.803Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:27:47.803Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-11T03:27:47.803Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-11T03:27:59.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:27:59.854Z||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-11T03:27:59.854Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:27:59.873Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:27:59.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239559851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:27:59.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:27:59.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "clamp", "timestamp": 1652239560761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:27:59.876Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:27:59.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239559851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:27:59.876Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:27:59.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239559851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-11T03:27:59.876Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:27:59.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "aai-ml", "timestamp": 1652239562724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:27:59.877Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:27:59.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "clamp", "timestamp": 1652239562769, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:27:59.877Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:27:59.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239559851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:27:59.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:27:59.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "aai-ml", "timestamp": 1652239563727, "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-11T03:27:59.885Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 163c30bf-d836-4d95-92ae-7765cc25a94f 2022-05-11T03:27:59.885Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 163c30bf-d836-4d95-92ae-7765cc25a94f 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-11T03:27:59.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "clamp", "timestamp": 1652239563773, "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-11T03:27:59.898Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 163c30bf-d836-4d95-92ae-7765cc25a94f 2022-05-11T03:27:59.898Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 163c30bf-d836-4d95-92ae-7765cc25a94f 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-11T03:27:59.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239559851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-11T03:27:59.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:27:59.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239559851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:27:59.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:27:59.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239559851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:27:59.905Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:27:59.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239567727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:27:59.905Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:27:59.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239570017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:27:59.905Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:27:59.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239571324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:27:59.906Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:27:59.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239572635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:27:59.906Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:27:59.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239573741, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-11T03:27:59.906Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:27:59.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239574744, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-11T03:27:59.906Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:27:59.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239575747, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-11T03:27:59.906Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:27:59.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:27:59.907Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239576751, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:27:59.907Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:28:17.804Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 163c30bf-d836-4d95-92ae-7765cc25a94f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:28:18.000Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 163c30bf-d836-4d95-92ae-7765cc25a94f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:28:18.002Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:28:18.002Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-11T03:28:18.002Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-11T03:28:18.002Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-11T03:28:18.003Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:28:18.003Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:28:18.003Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:28:18.003Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:28:18.003Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:28:18.003Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:28:18.003Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-11T03:28:18.007Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-11T03:28:48.008Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 163c30bf-d836-4d95-92ae-7765cc25a94f 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-11T03:28:48.012Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 163c30bf-d836-4d95-92ae-7765cc25a94f and serviceModelVersionId: 33f72ef6-8d8f-4ece-95ab-cb17e4713953 2022-05-11T03:28:48.012Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 554c76e1-d9f5-4f2e-b178-ab79d14593ef 2022-05-11T03:28:48.012Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/554c76e1-d9f5-4f2e-b178-ab79d14593ef/model-vers/model-ver/33f72ef6-8d8f-4ece-95ab-cb17e4713953?depth=0 2022-05-11T03:28:48.016Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-05-11T03:28:48.048Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/554c76e1-d9f5-4f2e-b178-ab79d14593ef/model-vers/model-ver/33f72ef6-8d8f-4ece-95ab-cb17e4713953?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-11T03:28:48.049Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/554c76e1-d9f5-4f2e-b178-ab79d14593ef/model-vers/model-ver/33f72ef6-8d8f-4ece-95ab-cb17e4713953?depth=0|INFO|500||Invoke 2022-05-11T03:28:48.069Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/554c76e1-d9f5-4f2e-b178-ab79d14593ef/model-vers/model-ver/33f72ef6-8d8f-4ece-95ab-cb17e4713953?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-11T03:28:48.146Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/554c76e1-d9f5-4f2e-b178-ab79d14593ef/model-vers/model-ver/33f72ef6-8d8f-4ece-95ab-cb17e4713953?depth=0|INFO|500||InvokeReturn 2022-05-11T03:28:48.147Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/554c76e1-d9f5-4f2e-b178-ab79d14593ef/model-vers/model-ver/33f72ef6-8d8f-4ece-95ab-cb17e4713953?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220511-03:28:48:075-42727], vertex-id=[204848], Content-Length=[0], Date=[Wed, 11 May 2022 03:28:48 GMT], Content-Type=[application/json]} 2022-05-11T03:28:48.147Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-05-11T03:28:48.147Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-11T03:28:48.147Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-11T03:28:48.153Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-11T03:28:48.153Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 163c30bf-d836-4d95-92ae-7765cc25a94f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-11T03:28:48.153Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-11T03:28:48.153Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:28:48.155Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:28:48.155Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239728153, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-11T03:28:48.255Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:28:48.256Z||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-11T03:28:48.256Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:28:48.269Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:28:48.270Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-11T03:28:49.168Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:28:49.169Z|163c30bf-d836-4d95-92ae-7765cc25a94f|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-11T03:28:49.169Z|163c30bf-d836-4d95-92ae-7765cc25a94f|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:28:54.372Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:28:54.373Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:28:54.373Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2012dd84-4f5d-44fb-a873-b5ddc644f607","serviceName":"Demo_pNF_oYloTg8C84jgY2anHN1m","serviceVersion":"1.0","serviceUUID":"bb3d20b6-a4df-48b5-9220-acdefdc53e3d","serviceDescription":"catalog service description","serviceInvariantUUID":"23fd61c5-e9a5-468d-a6c8-a402c370025b","resources":[{"resourceInstanceName":"pNF a84d9b6b-b7be 0","resourceName":"pNF a84d9b6b-b7be","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"28f2b677-a634-457d-8e5d-57dfe6b812a8","resourceInvariantUUID":"ce50289a-8e0c-4d2e-943f-a64b66ce029b","resourceCustomizationUUID":"9afd5883-274e-4a1d-abf3-2d72948e6e50","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vf-license-model.xml","artifactChecksum":"NWQ4ODQwOGFkM2U0NWM1NGJjM2NkMDk1ZjQwZDY0OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c737b6e0-59a3-4823-84ab-9cbcaa81a2fb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/pNF.csar","artifactChecksum":"YjQwMmVmYjJjZTMwY2QzYmEwZTJjMTBlOGI1ZGJmZjE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e5bc2138-99bc-4fc5-bb0a-e5a78ce75401","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0018f03-1873-4cfd-875f-0e8ae4fd30f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGRkZDNkOTM3OTc2MTljOTIwNzczYzM2M2Q4MTJjZjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"85eb3e8a-5e82-4dcd-9280-4492d41b0867","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95a76231-2c10-413b-a2aa-bb63332b1693","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a50af275-8734-4385-8dca-a5afcf5e67b7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOylotg8c84jgy2anhn1m-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-template.yml","artifactChecksum":"YmI0NTFiNjJiZjFiMzQwOGQ3YTgxOGU2OTFmNDllN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f59896f-86d4-4bd9-b0ac-3921b0f03a20","artifactVersion":"1"},{"artifactName":"service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar","artifactChecksum":"M2UyMzIxMDM0Mjc0ZDk0NzYyNmY3N2JjYjFjNWM5YjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5e60c796-632f-4af2-a725-f1fe87b3616f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-11T03:28:54.374Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:28:54.375Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:28:54.376Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:28:54.376Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239729168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:54.476Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:28:54.477Z||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-11T03:28:54.477Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:28:54.487Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:28:54.487Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:28:55.376Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:28:55.377Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:28:55.379Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:28:55.379Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239729168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:55.479Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:28:55.479Z||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-11T03:28:55.480Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:28:55.488Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:28:55.488Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:28:56.379Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:28:56.380Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:28:56.381Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:28:56.381Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239729168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:56.481Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:28:56.482Z||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-11T03:28:56.482Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:28:56.491Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:28:56.491Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:28:57.382Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:28:57.382Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:28:57.384Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:28:57.384Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239729168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:57.484Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:28:57.485Z||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-11T03:28:57.485Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:28:57.494Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:28:57.494Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:28:58.384Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:28:58.385Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:28:58.386Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:28:58.386Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239729168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:58.486Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:28:58.487Z||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-11T03:28:58.487Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:28:58.495Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:28:58.495Z||pool-60-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-05-11T03:28:59.387Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:28:59.387Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:28:59.389Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:28:59.389Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239729168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.489Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:28:59.490Z||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-11T03:28:59.490Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:28:59.499Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:28:59.499Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:28:59.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:28:59.853Z||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-11T03:28:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:28:59.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:28:59.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "clamp", "timestamp": 1652239637635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "cds", "timestamp": 1652239645165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "ves-openapi-manager", "timestamp": 1652239643340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "multicloud-k8s-id", "timestamp": 1652239639261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "clamp", "timestamp": 1652239637635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "multicloud-k8s-id", "timestamp": 1652239639261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "ves-openapi-manager", "timestamp": 1652239643340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "cds", "timestamp": 1652239645165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "policy-id", "timestamp": 1652239648050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "clamp", "timestamp": 1652239637635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "cds", "timestamp": 1652239645165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "ves-openapi-manager", "timestamp": 1652239643340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "multicloud-k8s-id", "timestamp": 1652239639261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "policy-id", "timestamp": 1652239648050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "clamp", "timestamp": 1652239637635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "cds", "timestamp": 1652239645165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "ves-openapi-manager", "timestamp": 1652239643340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "multicloud-k8s-id", "timestamp": 1652239639261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "policy-id", "timestamp": 1652239648050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "clamp", "timestamp": 1652239637635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "cds", "timestamp": 1652239645165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "ves-openapi-manager", "timestamp": 1652239643340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "multicloud-k8s-id", "timestamp": 1652239639261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "policy-id", "timestamp": 1652239648050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "clamp", "timestamp": 1652239637635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "cds", "timestamp": 1652239645165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "ves-openapi-manager", "timestamp": 1652239643340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "multicloud-k8s-id", "timestamp": 1652239639261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "policy-id", "timestamp": 1652239648050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "cds", "timestamp": 1652239645165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "clamp", "timestamp": 1652239637635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "ves-openapi-manager", "timestamp": 1652239643340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "multicloud-k8s-id", "timestamp": 1652239639261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "policy-id", "timestamp": 1652239648050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "cds", "timestamp": 1652239645165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "clamp", "timestamp": 1652239637635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "ves-openapi-manager", "timestamp": 1652239643340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "multicloud-k8s-id", "timestamp": 1652239639261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "policy-id", "timestamp": 1652239648050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "cds", "timestamp": 1652239655037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:28:59.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:28:59.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "ves-openapi-manager", "timestamp": 1652239655137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:28:59.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:28:59.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "policy-id", "timestamp": 1652239648050, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:28:59.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "cds", "timestamp": 1652239656042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-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-11T03:28:59.894Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2012dd84-4f5d-44fb-a873-b5ddc644f607 2022-05-11T03:28:59.895Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2012dd84-4f5d-44fb-a873-b5ddc644f607 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-11T03:28:59.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "ves-openapi-manager", "timestamp": 1652239656389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-11T03:28:59.903Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:28:59.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "policy-id", "timestamp": 1652239656925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:28:59.903Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:28:59.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "ves-openapi-manager", "timestamp": 1652239657392, "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-11T03:28:59.907Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2012dd84-4f5d-44fb-a873-b5ddc644f607 2022-05-11T03:28:59.907Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2012dd84-4f5d-44fb-a873-b5ddc644f607 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-11T03:28:59.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "policy-id", "timestamp": 1652239657928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:28:59.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:28:59.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "policy-id", "timestamp": 1652239658931, "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-11T03:28:59.918Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2012dd84-4f5d-44fb-a873-b5ddc644f607 2022-05-11T03:28:59.919Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2012dd84-4f5d-44fb-a873-b5ddc644f607 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-11T03:28:59.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239660338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239660338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "aai-ml", "timestamp": 1652239661451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239660338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "aai-ml", "timestamp": 1652239661451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "clamp", "timestamp": 1652239663778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239660338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "aai-ml", "timestamp": 1652239661451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239660338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "aai-ml", "timestamp": 1652239661451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "clamp", "timestamp": 1652239665788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:28:59.927Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:28:59.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239660338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "aai-ml", "timestamp": 1652239661451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "clamp", "timestamp": 1652239666791, "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-11T03:28:59.932Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2012dd84-4f5d-44fb-a873-b5ddc644f607 2022-05-11T03:28:59.932Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2012dd84-4f5d-44fb-a873-b5ddc644f607 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-11T03:28:59.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239660338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "aai-ml", "timestamp": 1652239661451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239660338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:28:59.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "aai-ml", "timestamp": 1652239661451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:28:59.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239669043, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:28:59.939Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:28:59.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "aai-ml", "timestamp": 1652239661451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:28:59.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:28:59.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "aai-ml", "timestamp": 1652239670154, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:28:59.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:28:59.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239670707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:28:59.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:28:59.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652239671709, "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-11T03:28:59.944Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2012dd84-4f5d-44fb-a873-b5ddc644f607 2022-05-11T03:28:59.944Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2012dd84-4f5d-44fb-a873-b5ddc644f607 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-11T03:28:59.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "aai-ml", "timestamp": 1652239673713, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:28:59.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:28:59.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:28:59.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "aai-ml", "timestamp": 1652239674717, "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-11T03:28:59.955Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2012dd84-4f5d-44fb-a873-b5ddc644f607 2022-05-11T03:28:59.955Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2012dd84-4f5d-44fb-a873-b5ddc644f607 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-11T03:29:00.389Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:29:00.390Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:29:00.391Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:29:00.391Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239729168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:29:00.492Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:29:00.492Z||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-11T03:29:00.492Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:29:00.500Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:29:00.501Z||pool-62-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:29:01.392Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:29:01.392Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:29:01.394Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:29:01.394Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239729168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:29:01.494Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:29:01.495Z||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-11T03:29:01.495Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:29:01.504Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:29:01.504Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:29:02.395Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "serviceName": "Demo_pNF_oYloTg8C84jgY2anHN1m", "serviceVersion": "1.0", "serviceUUID": "bb3d20b6-a4df-48b5-9220-acdefdc53e3d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "23fd61c5-e9a5-468d-a6c8-a402c370025b", "resources": [ { "resourceInstanceName": "pNF a84d9b6b-b7be 0", "resourceCustomizationUUID": "9afd5883-274e-4a1d-abf3-2d72948e6e50", "resourceName": "pNF a84d9b6b-b7be", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "28f2b677-a634-457d-8e5d-57dfe6b812a8", "resourceInvariantUUID": "ce50289a-8e0c-4d2e-943f-a64b66ce029b", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "artifactChecksum": "M2UyMzIxMDM0Mjc0ZDk0NzYyNmY3N2JjYjFjNWM5YjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5e60c796-632f-4af2-a725-f1fe87b3616f" } ], "workloadContext": "Production" } 2022-05-11T03:29:02.395Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-11T03:29:02.395Z|163c30bf-d836-4d95-92ae-7765cc25a94f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bb3d20b6-a4df-48b5-9220-acdefdc53e3d ASDC 2022-05-11T03:29:02.396Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:2012dd84-4f5d-44fb-a873-b5ddc644f607 ServiceName:Demo_pNF_oYloTg8C84jgY2anHN1m ServiceVersion:1.0 ServiceUUID:bb3d20b6-a4df-48b5-9220-acdefdc53e3d ServiceInvariantUUID:23fd61c5-e9a5-468d-a6c8-a402c370025b ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar ArtifactUUID:5e60c796-632f-4af2-a725-f1fe87b3616f ArtifactChecksum:M2UyMzIxMDM0Mjc0ZDk0NzYyNmY3N2JjYjFjNWM5YjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a84d9b6b-b7be 0 ResourceCustomizationUUID:9afd5883-274e-4a1d-abf3-2d72948e6e50 ResourceInvariantUUID:ce50289a-8e0c-4d2e-943f-a64b66ce029b ResourceName:pNF a84d9b6b-b7be ResourceType:PNF ResourceUUID:28f2b677-a634-457d-8e5d-57dfe6b812a8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-11T03:29:02.396Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb3d20b6-a4df-48b5-9220-acdefdc53e3d 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-11T03:29:02.418Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-11T03:29:02.419Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-11T03:29:02.419Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-11T03:29:02.419Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5e60c796-632f-4af2-a725-f1fe87b3616f from URL: /sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar 2022-05-11T03:29:02.419Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-11T03:29:02.419Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar 2022-05-11T03:29:02.621Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-11T03:29:02.625Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar 5e60c796-632f-4af2-a725-f1fe87b3616f 82647 2022-05-11T03:29:02.625Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar ASDC sendASDCNotification 2022-05-11T03:29:02.625Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar 2022-05-11T03:29:02.625Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:29:02.625Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:29:02.627Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:29:02.627Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239742625, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:29:02.727Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:29:02.728Z||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-11T03:29:02.728Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:29:02.736Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:29:02.737Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:29:03.627Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-11T03:29:03.628Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-11T03:29:03.628Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5e60c796-632f-4af2-a725-f1fe87b3616f, URL: /sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar to file: /app/ASDC/1/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar 2022-05-11T03:29:03.629Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar 2022-05-11T03:29:03.629Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar 2022-05-11T03:29:03.629Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar 2022-05-11T03:29:03.760Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8379388141372306624/Definitions/service-DemoPnfOylotg8c84jgy2anhn1m-template.yml 2022-05-11T03:29:04.280Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-11T03:29:04.280Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-11T03:29:04.280Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar 2022-05-11T03:29:04.280Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-11T03:29:04.281Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||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-DemoPnfOylotg8c84jgy2anhn1m-csar.csar 2022-05-11T03:29:04.281Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar 2022-05-11T03:29:04.281Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||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-DemoPnfOylotg8c84jgy2anhn1m-csar.csar 2022-05-11T03:29:04.281Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar 2022-05-11T03:29:04.281Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar 2022-05-11T03:29:04.281Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a84d9b6b-b7be 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-DemoPnfOylotg8c84jgy2anhn1m-csar.csar 2022-05-11T03:29:04.281Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar 2022-05-11T03:29:04.281Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-11T03:29:04.282Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:29:04.282Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oYloTg8C84jgY2anHN1m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:29:04.282Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Node template pNF a84d9b6b-b7be 0 is matching search criteria 2022-05-11T03:29:04.282Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-11T03:29:04.282Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF a84d9b6b-b7be 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-11T03:29:04.282Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:29:04.283Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oYloTg8C84jgY2anHN1m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:29:04.283Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Node template pNF a84d9b6b-b7be 0 is matching search criteria 2022-05-11T03:29:04.283Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-11T03:29:04.283Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF a84d9b6b-b7be 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-11T03:29:04.283Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:29:04.283Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oYloTg8C84jgY2anHN1m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:29:04.284Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:29:04.284Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oYloTg8C84jgY2anHN1m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:29:04.284Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:29:04.284Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oYloTg8C84jgY2anHN1m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:29:04.284Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:29:04.284Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oYloTg8C84jgY2anHN1m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:29:04.284Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:29:04.285Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oYloTg8C84jgY2anHN1m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:29:04.285Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_oYloTg8C84jgY2anHN1m Description:catalog service description Model UUID:bb3d20b6-a4df-48b5-9220-acdefdc53e3d Model Version:NULL Model InvariantUuid:23fd61c5-e9a5-468d-a6c8-a402c370025b 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-11T03:29:04.293Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 28f2b677-a634-457d-8e5d-57dfe6b812a8 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-11T03:29:04.296Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||pNF a84d9b6b-b7be 0 2022-05-11T03:29:04.296Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 28f2b677-a634-457d-8e5d-57dfe6b812a8 2022-05-11T03:29:04.296Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||No resources found for Service: bb3d20b6-a4df-48b5-9220-acdefdc53e3d 2022-05-11T03:29:04.296Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: bb3d20b6-a4df-48b5-9220-acdefdc53e3d 2022-05-11T03:29:04.296Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a84d9b6b-b7be 0 28f2b677-a634-457d-8e5d-57dfe6b812a8 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-11T03:29:04.300Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7eec8002, org.onap.sdc.toscaparser.api.parameters.Input@3067a856, org.onap.sdc.toscaparser.api.parameters.Input@26fdd7f6, org.onap.sdc.toscaparser.api.parameters.Input@125ee0f0, org.onap.sdc.toscaparser.api.parameters.Input@8289e29] 2022-05-11T03:29:04.301Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:29:04.301Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oYloTg8C84jgY2anHN1m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:29:04.301Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid bb3d20b6-a4df-48b5-9220-acdefdc53e3d: pNF a84d9b6b-b7be 2022-05-11T03:29:04.301Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||Processing PNF resource: 28f2b677-a634-457d-8e5d-57dfe6b812a8 2022-05-11T03:29:04.301Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:29:04.301Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oYloTg8C84jgY2anHN1m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:29:04.302Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||Resource customization UUID: 9afd5883-274e-4a1d-abf3-2d72948e6e50 is the same as notified resource customizationUUID: 9afd5883-274e-4a1d-abf3-2d72948e6e50 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-11T03:29:04.348Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a84d9b6b-b7be 28f2b677-a634-457d-8e5d-57dfe6b812a8 0 ASDC deployResourceStructure 2022-05-11T03:29:04.348Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar ASDC sendASDCNotification 2022-05-11T03:29:04.348Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar 2022-05-11T03:29:04.349Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:29:04.349Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:29:04.350Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:29:04.350Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239744348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:29:04.450Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:29:04.451Z||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-11T03:29:04.451Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:29:04.459Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:29:04.459Z||pool-65-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:29:05.351Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2012dd84-4f5d-44fb-a873-b5ddc644f607 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:29:05.361Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2012dd84-4f5d-44fb-a873-b5ddc644f607 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:29:05.364Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:29:05.364Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-11T03:29:05.364Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-11T03:29:05.364Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-11T03:29:05.364Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:29:05.364Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:29:05.364Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:29:05.364Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:29:05.364Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:29:05.364Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:29:05.364Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:29:05.364Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-11T03:29:05.369Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-11T03:29:35.369Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2012dd84-4f5d-44fb-a873-b5ddc644f607 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-11T03:29:35.376Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2012dd84-4f5d-44fb-a873-b5ddc644f607 and serviceModelVersionId: bb3d20b6-a4df-48b5-9220-acdefdc53e3d 2022-05-11T03:29:35.376Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23fd61c5-e9a5-468d-a6c8-a402c370025b 2022-05-11T03:29:35.376Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23fd61c5-e9a5-468d-a6c8-a402c370025b/model-vers/model-ver/bb3d20b6-a4df-48b5-9220-acdefdc53e3d?depth=0 2022-05-11T03:29:35.380Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-05-11T03:29:35.411Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23fd61c5-e9a5-468d-a6c8-a402c370025b/model-vers/model-ver/bb3d20b6-a4df-48b5-9220-acdefdc53e3d?depth=0|INFO|500||Invoke 2022-05-11T03:29:35.412Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23fd61c5-e9a5-468d-a6c8-a402c370025b/model-vers/model-ver/bb3d20b6-a4df-48b5-9220-acdefdc53e3d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23fd61c5-e9a5-468d-a6c8-a402c370025b/model-vers/model-ver/bb3d20b6-a4df-48b5-9220-acdefdc53e3d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2012dd84-4f5d-44fb-a873-b5ddc644f607], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fabc0832-5948-425a-8875-1d34b8afd7f6], X-ECOMP-RequestID=[2012dd84-4f5d-44fb-a873-b5ddc644f607], X-TransactionId=[], X-ONAP-RequestID=[2012dd84-4f5d-44fb-a873-b5ddc644f607], Content-Type=[application/merge-patch+json]} 2022-05-11T03:29:35.427Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23fd61c5-e9a5-468d-a6c8-a402c370025b/model-vers/model-ver/bb3d20b6-a4df-48b5-9220-acdefdc53e3d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-11T03:29:35.743Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23fd61c5-e9a5-468d-a6c8-a402c370025b/model-vers/model-ver/bb3d20b6-a4df-48b5-9220-acdefdc53e3d?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/23fd61c5-e9a5-468d-a6c8-a402c370025b/model-vers/model-ver/bb3d20b6-a4df-48b5-9220-acdefdc53e3d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220511-03:29:35:433-84825], vertex-id=[200952], Content-Length=[0], Date=[Wed, 11 May 2022 03:29:35 GMT], Content-Type=[application/json]} 2022-05-11T03:29:35.743Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23fd61c5-e9a5-468d-a6c8-a402c370025b/model-vers/model-ver/bb3d20b6-a4df-48b5-9220-acdefdc53e3d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-11T03:29:35.743Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23fd61c5-e9a5-468d-a6c8-a402c370025b/model-vers/model-ver/bb3d20b6-a4df-48b5-9220-acdefdc53e3d?depth=0|INFO|500||InvokeReturn 2022-05-11T03:29:35.744Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-11T03:29:35.744Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-11T03:29:35.750Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-11T03:29:35.750Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2012dd84-4f5d-44fb-a873-b5ddc644f607 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-11T03:29:35.750Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-11T03:29:35.750Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:29:35.751Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:29:35.751Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239775750, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-11T03:29:35.851Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:29:35.852Z||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-11T03:29:35.852Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:29:35.863Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:29:35.864Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-11T03:29:36.762Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:29:36.763Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|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-11T03:29:36.763Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:29:46.292Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:29:46.292Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:29:46.293Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|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-11T03:29:46.293Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:29:55.820Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:29:59.851Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:29:59.851Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|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-11T03:29:59.852Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:29:59.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:29:59.853Z||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-11T03:29:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:29:59.866Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:29:59.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:29:59.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "163c30bf-d836-4d95-92ae-7765cc25a94f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239728153, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-11T03:29:59.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:29:59.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:29:59.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239729168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:29:59.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-11T03:29:59.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:29:59.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239729168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:29:59.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-11T03:29:59.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:29:59.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239729168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-11T03:29:59.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-11T03:29:59.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:29:59.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239729168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:29:59.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-11T03:29:59.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:29:59.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239729168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:29:59.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-11T03:29:59.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:29:59.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239729168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/resourceInstances/pnfa84d9b6bb7be0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:29:59.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-11T03:30:09.383Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:30:59.851Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:30:59.851Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|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-11T03:30:59.852Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:30:59.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:30:59.853Z||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-11T03:30:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:31:00.366Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:31:00.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:31:00.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239729168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:31:00.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:31:00.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:31:00.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239729168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:31:00.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-11T03:31:00.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:31:00.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239742625, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:31:00.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:31:00.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:31:00.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239744348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOylotg8c84jgy2anhn1m/1.0/artifacts/service-DemoPnfOylotg8c84jgy2anhn1m-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:31:00.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:31:00.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:31:00.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2012dd84-4f5d-44fb-a873-b5ddc644f607", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652239775750, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-11T03:31:00.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:31:09.387Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:31:59.851Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:31:59.851Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|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-11T03:31:59.851Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:31:59.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:31:59.853Z||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-11T03:31:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:32:09.382Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:32:09.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:32:59.851Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:32:59.851Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|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-11T03:32:59.851Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:32:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:32:59.853Z||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-11T03:32:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:33:09.381Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:33:09.382Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:33:59.851Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:33:59.851Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|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-11T03:33:59.851Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:33:59.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:33:59.853Z||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-11T03:33:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:34:09.380Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:34:09.384Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:34:59.851Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:34:59.851Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|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-11T03:34:59.851Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:34:59.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:34:59.853Z||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-11T03:34:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:00.472Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:00.472Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.472Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"aaf6397e-22e9-488c-a85e-e6f6e67514d0","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"a1edc5f0-cab2-4e66-b89b-a15fa42c29c3","serviceDescription":"service","serviceInvariantUUID":"df999048-2135-4ed6-8423-fafc9c724f67","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3c81414-c735-4316-849f-25d90f8c9fa3","resourceInvariantUUID":"738a8d85-9462-463a-8adb-f8dd51d2a18e","resourceCustomizationUUID":"6dea610c-5a57-42f8-bbd4-83ee0df014ec","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":"YTg5ZGE0YThmNzNmNmE4YjYyYzMwYTRjNjc3NDdiYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"86457cbd-db7f-43f2-a7b9-9e6cd14d5b59","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":"99bb830f-aa54-4b93-b7cc-9a1933cb92fa","artifactVersion":"2","generatedFromUUID":"86efc665-221d-46d6-8ce8-9591b9022e95"},{"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":"86efc665-221d-46d6-8ce8-9591b9022e95","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":"NDJjYTJkNTA5NzU4YzczMTFiOWI2MzA5ZjNhMDM5MmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0263d207-640c-4df9-8bce-792c5a8ba4e3","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":"36300dc4-a5c3-44f9-a50d-f1e358f20b3f","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":"97522996-b981-4cb2-a368-4a55a4acef12","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":"40b3cd65-0157-43e8-a0a5-a3ec8cf78e73","artifactVersion":"2","generatedFromUUID":"36300dc4-a5c3-44f9-a50d-f1e358f20b3f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTE0MjhiODViOGRjN2M0ZmY1NzdlZWY5ODY0OGJhMjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9a89458-24b9-43bd-b64b-f0b6f712c4c4","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZDA5ZjU5MzJlMGExM2ZjNTZlZTRkZjc0N2IyOTJkYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07fe9df0-624a-49d0-a057-e08890aa508a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-11T03:35:00.473Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:00.474Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:35:00.474Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:00.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "policy-id", "timestamp": 1652240068049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "policy-id", "timestamp": 1652240068049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "policy-id", "timestamp": 1652240068049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "policy-id", "timestamp": 1652240068049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "multicloud-k8s-id", "timestamp": 1652240079261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "policy-id", "timestamp": 1652240068049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-11T03:35:00.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "cds", "timestamp": 1652240080165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "multicloud-k8s-id", "timestamp": 1652240079261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-11T03:35:00.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240080338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.476Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:00.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "policy-id", "timestamp": 1652240068049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.476Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240099851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "cds", "timestamp": 1652240080165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "multicloud-k8s-id", "timestamp": 1652240079261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240080338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "policy-id", "timestamp": 1652240068049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "aai-ml", "timestamp": 1652240081451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "cds", "timestamp": 1652240080165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "multicloud-k8s-id", "timestamp": 1652240079261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240080338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "policy-id", "timestamp": 1652240068049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "aai-ml", "timestamp": 1652240081451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "cds", "timestamp": 1652240080165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "multicloud-k8s-id", "timestamp": 1652240079261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240080338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "ves-openapi-manager", "timestamp": 1652240083340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "policy-id", "timestamp": 1652240068049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:35:00.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "aai-ml", "timestamp": 1652240081451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "cds", "timestamp": 1652240080165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "multicloud-k8s-id", "timestamp": 1652240079261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "ves-openapi-manager", "timestamp": 1652240083340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240080338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "aai-ml", "timestamp": 1652240081451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "policy-id", "timestamp": 1652240085334, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:35:00.480Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:35:00.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "cds", "timestamp": 1652240080165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "multicloud-k8s-id", "timestamp": 1652240079261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-11T03:35:00.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240080338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "ves-openapi-manager", "timestamp": 1652240083340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "aai-ml", "timestamp": 1652240081451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "policy-id", "timestamp": 1652240086339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:35:00.481Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:35:00.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "cds", "timestamp": 1652240080165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "multicloud-k8s-id", "timestamp": 1652240079261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "ves-openapi-manager", "timestamp": 1652240083340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240080338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "aai-ml", "timestamp": 1652240081451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "policy-id", "timestamp": 1652240087342, "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-11T03:35:00.497Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aaf6397e-22e9-488c-a85e-e6f6e67514d0 2022-05-11T03:35:00.497Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaf6397e-22e9-488c-a85e-e6f6e67514d0 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-11T03:35:00.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "cds", "timestamp": 1652240080165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "multicloud-k8s-id", "timestamp": 1652240079261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:35:00.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "ves-openapi-manager", "timestamp": 1652240083340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240080338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "aai-ml", "timestamp": 1652240081451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "clamp", "timestamp": 1652240087635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "cds", "timestamp": 1652240080165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:35:00.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240080338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:35:00.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "multicloud-k8s-id", "timestamp": 1652240088978, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:35:00.509Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:35:00.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "ves-openapi-manager", "timestamp": 1652240083340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "aai-ml", "timestamp": 1652240081451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "clamp", "timestamp": 1652240087635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "cds", "timestamp": 1652240089879, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:35:00.510Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:35:00.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "ves-openapi-manager", "timestamp": 1652240083340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "multicloud-k8s-id", "timestamp": 1652240090034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:35:00.510Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:35:00.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240090041, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:35:00.510Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:35:00.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "aai-ml", "timestamp": 1652240081451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:35:00.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "clamp", "timestamp": 1652240087635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "cds", "timestamp": 1652240090884, "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-11T03:35:00.515Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aaf6397e-22e9-488c-a85e-e6f6e67514d0 2022-05-11T03:35:00.516Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaf6397e-22e9-488c-a85e-e6f6e67514d0 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-11T03:35:00.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "ves-openapi-manager", "timestamp": 1652240083340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "multicloud-k8s-id", "timestamp": 1652240091096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-11T03:35:00.523Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:35:00.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "aai-ml", "timestamp": 1652240091172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:35:00.524Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:35:00.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "clamp", "timestamp": 1652240087635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:35:00.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "ves-openapi-manager", "timestamp": 1652240083340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240092025, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:35:00.524Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:35:00.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "multicloud-k8s-id", "timestamp": 1652240092139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:35:00.525Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:35:00.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "clamp", "timestamp": 1652240087635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240093028, "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-11T03:35:00.529Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aaf6397e-22e9-488c-a85e-e6f6e67514d0 2022-05-11T03:35:00.529Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaf6397e-22e9-488c-a85e-e6f6e67514d0 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-11T03:35:00.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "clamp", "timestamp": 1652240087635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "multicloud-k8s-id", "timestamp": 1652240093641, "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-11T03:35:00.541Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aaf6397e-22e9-488c-a85e-e6f6e67514d0 2022-05-11T03:35:00.541Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaf6397e-22e9-488c-a85e-e6f6e67514d0 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-11T03:35:00.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "clamp", "timestamp": 1652240087635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "multicloud-k8s-id", "timestamp": 1652240094645, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-11T03:35:00.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:35:00.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "clamp", "timestamp": 1652240087635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:00.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "clamp", "timestamp": 1652240087635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:35:00.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:35:00.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "aai-ml", "timestamp": 1652240096427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:35:00.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:35:00.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:00.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "aai-ml", "timestamp": 1652240097430, "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-11T03:35:00.551Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aaf6397e-22e9-488c-a85e-e6f6e67514d0 2022-05-11T03:35:00.551Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaf6397e-22e9-488c-a85e-e6f6e67514d0 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-11T03:35:00.576Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:00.577Z||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-11T03:35:00.577Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:00.585Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:00.585Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:01.477Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:35:01.477Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:01.479Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:01.479Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240099851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-11T03:35:01.579Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:01.580Z||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-11T03:35:01.580Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:01.588Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:01.589Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:02.479Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:35:02.480Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:02.481Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:02.481Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240099851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-11T03:35:02.582Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:02.582Z||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-11T03:35:02.582Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:02.590Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:02.591Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:03.482Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:35:03.483Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:03.484Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:03.485Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240099851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:35:03.584Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-11T03:35:03.585Z||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-11T03:35:03.585Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:03.594Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:03.595Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:04.485Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:35:04.486Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:04.487Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:04.487Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240099851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-11T03:35:04.587Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:04.589Z||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-11T03:35:04.589Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:04.598Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:04.598Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:05.488Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:35:05.488Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:05.490Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:05.490Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240099851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:05.590Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:05.591Z||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-11T03:35:05.591Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:05.601Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:05.602Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:06.490Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:35:06.491Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:06.493Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:06.493Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240099851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-11T03:35:06.593Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:06.594Z||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-11T03:35:06.594Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:06.604Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:06.604Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:07.494Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:35:07.494Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:07.495Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:07.496Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240099851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:07.596Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:07.597Z||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-11T03:35:07.597Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:07.606Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:07.606Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:08.499Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:35:08.499Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:08.501Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:08.501Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240099851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:35:08.601Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:08.602Z||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-11T03:35:08.602Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:08.611Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:08.611Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:09.502Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "a1edc5f0-cab2-4e66-b89b-a15fa42c29c3", "serviceDescription": "service", "serviceInvariantUUID": "df999048-2135-4ed6-8423-fafc9c724f67", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "6dea610c-5a57-42f8-bbd4-83ee0df014ec", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f3c81414-c735-4316-849f-25d90f8c9fa3", "resourceInvariantUUID": "738a8d85-9462-463a-8adb-f8dd51d2a18e", "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": "99bb830f-aa54-4b93-b7cc-9a1933cb92fa", "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": "86efc665-221d-46d6-8ce8-9591b9022e95", "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": "NDJjYTJkNTA5NzU4YzczMTFiOWI2MzA5ZjNhMDM5MmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0263d207-640c-4df9-8bce-792c5a8ba4e3", "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": "36300dc4-a5c3-44f9-a50d-f1e358f20b3f", "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": "40b3cd65-0157-43e8-a0a5-a3ec8cf78e73", "generatedFromUUID": "36300dc4-a5c3-44f9-a50d-f1e358f20b3f" }, "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": "40b3cd65-0157-43e8-a0a5-a3ec8cf78e73", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZDA5ZjU5MzJlMGExM2ZjNTZlZTRkZjc0N2IyOTJkYTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "07fe9df0-624a-49d0-a057-e08890aa508a" } ], "workloadContext": "Production" } 2022-05-11T03:35:09.502Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-11T03:35:09.502Z|2012dd84-4f5d-44fb-a873-b5ddc644f607|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a1edc5f0-cab2-4e66-b89b-a15fa42c29c3 ASDC 2022-05-11T03:35:09.502Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:aaf6397e-22e9-488c-a85e-e6f6e67514d0 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:a1edc5f0-cab2-4e66-b89b-a15fa42c29c3 ServiceInvariantUUID:df999048-2135-4ed6-8423-fafc9c724f67 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:07fe9df0-624a-49d0-a057-e08890aa508a ArtifactChecksum:ZDA5ZjU5MzJlMGExM2ZjNTZlZTRkZjc0N2IyOTJkYTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:6dea610c-5a57-42f8-bbd4-83ee0df014ec ResourceInvariantUUID:738a8d85-9462-463a-8adb-f8dd51d2a18e ResourceName:basic_cnf ResourceType:VF ResourceUUID:f3c81414-c735-4316-849f-25d90f8c9fa3 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:99bb830f-aa54-4b93-b7cc-9a1933cb92fa 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:86efc665-221d-46d6-8ce8-9591b9022e95 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:0263d207-640c-4df9-8bce-792c5a8ba4e3 ArtifactChecksum:NDJjYTJkNTA5NzU4YzczMTFiOWI2MzA5ZjNhMDM5MmI= 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:36300dc4-a5c3-44f9-a50d-f1e358f20b3f 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:40b3cd65-0157-43e8-a0a5-a3ec8cf78e73 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:40b3cd65-0157-43e8-a0a5-a3ec8cf78e73 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-11T03:35:09.502Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1edc5f0-cab2-4e66-b89b-a15fa42c29c3 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-11T03:35:09.531Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-11T03:35:09.532Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-11T03:35:09.532Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-11T03:35:09.532Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 07fe9df0-624a-49d0-a057-e08890aa508a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-11T03:35:09.532Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-11T03:35:09.532Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-11T03:35:09.813Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-11T03:35:09.816Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 07fe9df0-624a-49d0-a057-e08890aa508a 68964 2022-05-11T03:35:09.816Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:09.816Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:09.816Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:35:09.816Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:09.818Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:09.818Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240109816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:35:09.918Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:09.919Z||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-11T03:35:09.919Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:09.927Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:09.928Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:10.819Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-11T03:35:10.820Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-11T03:35:10.820Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 07fe9df0-624a-49d0-a057-e08890aa508a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-11T03:35:10.820Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-05-11T03:35:10.820Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-11T03:35:10.820Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-11T03:35:10.902Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16570524719359182769/Definitions/service-BasicCnf-template.yml 2022-05-11T03:35:11.687Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-11T03:35:11.687Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-11T03:35:11.687Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-11T03:35:11.687Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-11T03:35:11.687Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:11.687Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:11.687Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-11T03:35:11.687Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:11.687Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-11T03:35:11.687Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:11.687Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:35:11.688Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-11T03:35:11.688Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-11T03:35:11.688Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-11T03:35:11.688Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:11.688Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:35:11.688Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-11T03:35:11.688Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-11T03:35:11.688Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-11T03:35:11.688Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:11.688Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:35:11.688Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:11.688Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-11T03:35:11.689Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-05-11T03:35:11.689Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria 2022-05-11T03:35:11.689Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-11T03:35:11.689Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:11.689Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-11T03:35:11.689Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:11.689Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-11T03:35:11.689Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:35:11.689Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:11.689Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-11T03:35:11.689Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:35:11.689Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:11.690Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-11T03:35:11.690Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:35:11.690Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:11.690Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-11T03:35:11.690Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-11T03:35:11.690Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e25ae516-6e92-48c1-a4c6-5f0bfff27d60 2022-05-11T03:35:11.690Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:11.690Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:35:11.690Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:11.690Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:35:11.690Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:11.690Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:35:11.691Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:11.691Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:35:11.691Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:a1edc5f0-cab2-4e66-b89b-a15fa42c29c3 Model Version:NULL Model InvariantUuid:df999048-2135-4ed6-8423-fafc9c724f67 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:47fd8a88-c88a-4f16-9695-43687005f5ad Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:738a8d85-9462-463a-8adb-f8dd51d2a18e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6dea610c-5a57-42f8-bbd4-83ee0df014ec NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8123e7b7-6547-4694-8c0d-550e80f9d94c ModelName:BasicCnf..base_dummy..module-0 ModelUuid:b6b1e0db-733a-4d88-aa89-957959e2a512 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e25ae516-6e92-48c1-a4c6-5f0bfff27d60 ModelInvariantUuid:c169ee43-2bf1-43b0-998c-8452f1984022 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:a65952bb-1066-4628-897c-93af598a6a76 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:af23dd4f-e5bb-4897-979f-b7b89c94d30d ModelInvariantUuid:f9fbe36d-27be-4d25-8213-d5e7778135fb ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:ba6bb8b9-8811-45cc-8f12-89085e04c1d6 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-11T03:35:11.698Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: f3c81414-c735-4316-849f-25d90f8c9fa3 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-11T03:35:11.701Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||basic_cnf 0 2022-05-11T03:35:11.701Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3c81414-c735-4316-849f-25d90f8c9fa3 2022-05-11T03:35:11.701Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 99bb830f-aa54-4b93-b7cc-9a1933cb92fa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-11T03:35:11.701Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-11T03:35:11.701Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:12.026Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-11T03:35:12.026Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 99bb830f-aa54-4b93-b7cc-9a1933cb92fa 12 2022-05-11T03:35:12.027Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:12.027Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:12.027Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:35:12.027Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:12.028Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:12.029Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240112027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:35:12.129Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:12.129Z||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-11T03:35:12.129Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:12.138Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:12.138Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:13.029Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 86efc665-221d-46d6-8ce8-9591b9022e95 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-11T03:35:13.030Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-11T03:35:13.030Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:13.232Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-11T03:35:13.233Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 86efc665-221d-46d6-8ce8-9591b9022e95 2688 2022-05-11T03:35:13.233Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:13.233Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:13.233Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:35:13.234Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:13.235Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:13.235Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240113233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-11T03:35:13.336Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:13.336Z||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-11T03:35:13.336Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:13.344Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:13.344Z||pool-78-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-05-11T03:35:14.236Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0263d207-640c-4df9-8bce-792c5a8ba4e3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-11T03:35:14.236Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-11T03:35:14.237Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:14.524Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-11T03:35:14.524Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 0263d207-640c-4df9-8bce-792c5a8ba4e3 828 2022-05-11T03:35:14.525Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:14.525Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:14.525Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:35:14.525Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:14.526Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:14.527Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240114525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:35:14.627Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:14.627Z||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-11T03:35:14.627Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:14.637Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:14.637Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:15.527Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "8123e7b7-6547-4694-8c0d-550e80f9d94c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b6b1e0db-733a-4d88-aa89-957959e2a512", "vfModuleModelCustomizationUUID": "edbf2c0f-7084-4cb5-9cbb-4138835727ca", "isBase": true, "artifacts": [ "36300dc4-a5c3-44f9-a50d-f1e358f20b3f", "86efc665-221d-46d6-8ce8-9591b9022e95", "40b3cd65-0157-43e8-a0a5-a3ec8cf78e73" ], "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-11T03:35:15.529Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b6b1e0db-733a-4d88-aa89-957959e2a512 VfModuleModelInvariantUUID:8123e7b7-6547-4694-8c0d-550e80f9d94c VfModuleModelDescription:NULL Artifacts UUID List:{ 36300dc4-a5c3-44f9-a50d-f1e358f20b3f , 86efc665-221d-46d6-8ce8-9591b9022e95 , 40b3cd65-0157-43e8-a0a5-a3ec8cf78e73 } 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-11T03:35:15.531Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "8123e7b7-6547-4694-8c0d-550e80f9d94c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b6b1e0db-733a-4d88-aa89-957959e2a512", "vfModuleModelCustomizationUUID": "edbf2c0f-7084-4cb5-9cbb-4138835727ca", "isBase": true, "artifacts": [ "36300dc4-a5c3-44f9-a50d-f1e358f20b3f", "86efc665-221d-46d6-8ce8-9591b9022e95", "40b3cd65-0157-43e8-a0a5-a3ec8cf78e73" ], "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-11T03:35:15.531Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b6b1e0db-733a-4d88-aa89-957959e2a512 VfModuleModelInvariantUUID:8123e7b7-6547-4694-8c0d-550e80f9d94c VfModuleModelDescription:NULL Artifacts UUID List:{ 36300dc4-a5c3-44f9-a50d-f1e358f20b3f , 86efc665-221d-46d6-8ce8-9591b9022e95 , 40b3cd65-0157-43e8-a0a5-a3ec8cf78e73 } 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-11T03:35:15.531Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 36300dc4-a5c3-44f9-a50d-f1e358f20b3f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-11T03:35:15.531Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-11T03:35:15.531Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:15.574Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-11T03:35:15.574Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 36300dc4-a5c3-44f9-a50d-f1e358f20b3f 1164 2022-05-11T03:35:15.574Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:15.574Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:15.575Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:35:15.575Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:15.576Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:15.576Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240115574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:35:15.676Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:15.677Z||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-11T03:35:15.677Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:15.688Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:15.688Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:16.576Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 40b3cd65-0157-43e8-a0a5-a3ec8cf78e73 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-11T03:35:16.577Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-11T03:35:16.577Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:16.620Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-11T03:35:16.620Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 40b3cd65-0157-43e8-a0a5-a3ec8cf78e73 200 2022-05-11T03:35:16.620Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:16.620Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:16.620Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:35:16.621Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:16.622Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:16.622Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240116620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:35:16.722Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:16.723Z||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-11T03:35:16.723Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:16.731Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:16.731Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:17.622Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a1edc5f0-cab2-4e66-b89b-a15fa42c29c3 2022-05-11T03:35:17.623Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f3c81414-c735-4316-849f-25d90f8c9fa3 ASDC 2022-05-11T03:35:17.630Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-11T03:35:17.641Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51ff3be8, org.onap.sdc.toscaparser.api.parameters.Input@5f900547, org.onap.sdc.toscaparser.api.parameters.Input@59df5f4c, org.onap.sdc.toscaparser.api.parameters.Input@684b3150, org.onap.sdc.toscaparser.api.parameters.Input@404377ca] 2022-05-11T03:35:17.642Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:17.642Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:35:17.642Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-05-11T03:35:17.642Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 6dea610c-5a57-42f8-bbd4-83ee0df014ec 2022-05-11T03:35:17.643Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6dea610c-5a57-42f8-bbd4-83ee0df014ec matches Tosca VF Customization UUID: 6dea610c-5a57-42f8-bbd4-83ee0df014ec 2022-05-11T03:35:17.643Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 6dea610c-5a57-42f8-bbd4-83ee0df014ec 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-11T03:35:17.644Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:17.645Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:35:17.645Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 6dea610c-5a57-42f8-bbd4-83ee0df014ec: {\"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-11T03:35:17.645Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d50965a 2022-05-11T03:35:17.645Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:17.645Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-11T03:35:17.645Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : edbf2c0f-7084-4cb5-9cbb-4138835727ca 2022-05-11T03:35:17.645Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID edbf2c0f-7084-4cb5-9cbb-4138835727ca 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-11T03:35:17.647Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:17.647Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-11T03:35:17.647Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:35:17.647Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:17.647Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-11T03:35:17.648Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:35:17.648Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:17.648Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-11T03:35:17.648Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-11T03:35:17.648Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e25ae516-6e92-48c1-a4c6-5f0bfff27d60 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-11T03:35:17.650Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:17.650Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-11T03:35:17.650Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:35:17.650Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:17.650Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-11T03:35:17.650Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6dea610c-5a57-42f8-bbd4-83ee0df014ec 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-11T03:35:17.652Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:17.652Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:35:17.652Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a1edc5f0-cab2-4e66-b89b-a15fa42c29c3: basic_cnf 2022-05-11T03:35:17.652Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:17.653Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:35:17.653Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:17.653Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:35:17.653Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:17.653Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:35:17.653Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:17.653Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:35:17.653Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:35:17.653Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:35:17.653Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:17.709Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f3c81414-c735-4316-849f-25d90f8c9fa3 1 ASDC deployResourceStructure 2022-05-11T03:35:17.710Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:17.710Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:17.710Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-11T03:35:17.710Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:17.712Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:17.712Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240117710, "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-11T03:35:17.812Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:17.813Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-11T03:35:17.813Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:17.821Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:17.822Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:18.713Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:18.713Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:18.713Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-11T03:35:18.713Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:18.715Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:18.715Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240118712, "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-11T03:35:18.815Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:18.816Z||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-11T03:35:18.816Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:18.825Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:18.825Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:19.716Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:19.716Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:19.716Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:35:19.716Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:19.717Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:19.718Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240119715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-11T03:35:19.818Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:19.819Z||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-11T03:35:19.819Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:19.828Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:19.828Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:20.718Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:20.719Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:20.719Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:35:20.719Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:20.720Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:20.721Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240120718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-11T03:35:20.821Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:20.821Z||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-11T03:35:20.821Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:20.832Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:20.832Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-11T03:35:21.721Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:21.722Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:21.722Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:35:21.722Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:21.723Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:21.723Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240121721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-11T03:35:21.823Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:21.824Z||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-11T03:35:21.824Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:21.832Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:21.833Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:22.724Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:22.724Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||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-11T03:35:22.724Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:35:22.725Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:22.726Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:22.726Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240122724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:35:22.826Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-11T03:35:22.827Z||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-11T03:35:22.827Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:22.837Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:22.838Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:35:23.727Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaf6397e-22e9-488c-a85e-e6f6e67514d0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:35:23.736Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaf6397e-22e9-488c-a85e-e6f6e67514d0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:35:23.738Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:35:23.738Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-11T03:35:23.738Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-11T03:35:23.738Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-11T03:35:23.738Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:35:23.738Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:35:23.738Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:35:23.738Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:35:23.738Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:35:23.738Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-11T03:35:23.743Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-11T03:35:53.743Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aaf6397e-22e9-488c-a85e-e6f6e67514d0 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-11T03:35:53.748Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aaf6397e-22e9-488c-a85e-e6f6e67514d0 and serviceModelVersionId: a1edc5f0-cab2-4e66-b89b-a15fa42c29c3 2022-05-11T03:35:53.748Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df999048-2135-4ed6-8423-fafc9c724f67 2022-05-11T03:35:53.749Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df999048-2135-4ed6-8423-fafc9c724f67/model-vers/model-ver/a1edc5f0-cab2-4e66-b89b-a15fa42c29c3?depth=0 2022-05-11T03:35:53.752Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-05-11T03:35:53.780Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df999048-2135-4ed6-8423-fafc9c724f67/model-vers/model-ver/a1edc5f0-cab2-4e66-b89b-a15fa42c29c3?depth=0|INFO|500||Invoke 2022-05-11T03:35:53.781Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df999048-2135-4ed6-8423-fafc9c724f67/model-vers/model-ver/a1edc5f0-cab2-4e66-b89b-a15fa42c29c3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df999048-2135-4ed6-8423-fafc9c724f67/model-vers/model-ver/a1edc5f0-cab2-4e66-b89b-a15fa42c29c3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aaf6397e-22e9-488c-a85e-e6f6e67514d0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[22465558-7f9d-4282-91f7-d106e3fe6a35], X-ECOMP-RequestID=[aaf6397e-22e9-488c-a85e-e6f6e67514d0], X-TransactionId=[], X-ONAP-RequestID=[aaf6397e-22e9-488c-a85e-e6f6e67514d0], Content-Type=[application/merge-patch+json]} 2022-05-11T03:35:53.796Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df999048-2135-4ed6-8423-fafc9c724f67/model-vers/model-ver/a1edc5f0-cab2-4e66-b89b-a15fa42c29c3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-11T03:35:53.878Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df999048-2135-4ed6-8423-fafc9c724f67/model-vers/model-ver/a1edc5f0-cab2-4e66-b89b-a15fa42c29c3?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/df999048-2135-4ed6-8423-fafc9c724f67/model-vers/model-ver/a1edc5f0-cab2-4e66-b89b-a15fa42c29c3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220511-03:35:53:803-11873], vertex-id=[172240], Content-Length=[0], Date=[Wed, 11 May 2022 03:35:53 GMT], Content-Type=[application/json]} 2022-05-11T03:35:53.878Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df999048-2135-4ed6-8423-fafc9c724f67/model-vers/model-ver/a1edc5f0-cab2-4e66-b89b-a15fa42c29c3?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-11T03:35:53.879Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df999048-2135-4ed6-8423-fafc9c724f67/model-vers/model-ver/a1edc5f0-cab2-4e66-b89b-a15fa42c29c3?depth=0|INFO|500||InvokeReturn 2022-05-11T03:35:53.879Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-11T03:35:53.879Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-11T03:35:53.884Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-11T03:35:53.885Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aaf6397e-22e9-488c-a85e-e6f6e67514d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-11T03:35:53.885Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-11T03:35:53.885Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:35:53.887Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:35:53.887Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240153885, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-11T03:35:53.987Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:35:53.987Z||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-11T03:35:53.988Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:54.145Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:54.145Z||pool-88-thread-1|||||INFO|500||cambria reply ok (158 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-11T03:35:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:35:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T03:35:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:59.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:35:59.853Z||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-11T03:35:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:35:59.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:35:59.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:35:59.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240099851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:35:59.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:36:09.386Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:36:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:36:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T03:36:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:36:59.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:36:59.853Z||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-11T03:36:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:37:00.369Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:37:00.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240099851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-11T03:37:00.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:37:00.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "clamp", "timestamp": 1652240101987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:37:00.370Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:37:00.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240099851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-11T03:37:00.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:37:00.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240099851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:37:00.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:37:00.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "clamp", "timestamp": 1652240103863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:37:00.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:37:00.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240099851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-11T03:37:00.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:37:00.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "clamp", "timestamp": 1652240104866, "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-11T03:37:00.379Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aaf6397e-22e9-488c-a85e-e6f6e67514d0 2022-05-11T03:37:00.379Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaf6397e-22e9-488c-a85e-e6f6e67514d0 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-11T03:37:00.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240099851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:37:00.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:37:00.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240099851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-11T03:37:00.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:37:00.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240099851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:37:00.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:37:00.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240099851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:37:00.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:37:00.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240109816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:37:00.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:37:00.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240112027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:37:00.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:37:00.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240113233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-11T03:37:00.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:37:00.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240114525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:37:00.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:37:00.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240115574, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:37:00.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:37:00.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240116620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:37:00.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:37:00.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240117710, "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-11T03:37:00.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:37:00.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240118712, "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-11T03:37:00.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:37:00.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240119715, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-11T03:37:00.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:37:00.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240120718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-11T03:37:00.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:37:00.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240121721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-11T03:37:00.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:37:00.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240122724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:37:00.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:37:00.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:37:00.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aaf6397e-22e9-488c-a85e-e6f6e67514d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240153885, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-11T03:37:00.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:37:09.381Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:37:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:37:59.852Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T03:37:59.852Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:37:59.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:37:59.853Z||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-11T03:37:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:38:09.386Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:38:09.386Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:38:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:38:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T03:38:59.852Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:38:59.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:38:59.853Z||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-11T03:38:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:39:09.380Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:39:09.382Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:39:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:39:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T03:39:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:39:59.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:39:59.853Z||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-11T03:39:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:40:09.381Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:40:09.384Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:40:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:40:59.852Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T03:40:59.852Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:40:59.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:40:59.853Z||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-11T03:40:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:41:09.387Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:41:09.387Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:41:59.851Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:41:59.852Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-11T03:41:59.852Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:41:59.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:41:59.853Z||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-11T03:41:59.854Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:42:09.402Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:42:09.402Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:42:59.851Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:42:59.851Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-11T03:42:59.851Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:42:59.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:42:59.853Z||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-11T03:42:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:43:09.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:43:09.384Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:43:59.851Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:43:59.851Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-11T03:43:59.851Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:43:59.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:43:59.853Z||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-11T03:43:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:44:09.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:44:09.386Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:44:59.851Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:44:59.851Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-11T03:44:59.851Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:44:59.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:44:59.853Z||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-11T03:44:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:45:09.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:45:09.382Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:45:59.851Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:45:59.851Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-11T03:45:59.851Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:45:59.853Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:45:59.853Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|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-11T03:45:59.853Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:46:09.384Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:46:09.384Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:46:59.851Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:46:59.851Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|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-11T03:46:59.851Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:46:59.853Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:46:59.853Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T03:46:59.853Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:00.470Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:00.470Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.471Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d9ca5b3b-2be0-47a3-9ac7-9e36071da304","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c979244a-7295-4d81-a054-d7f6af6f8ff6","serviceDescription":"service","serviceInvariantUUID":"126d7512-a2be-4013-8bfa-830fc17dee98","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d1cced23-2e8e-43eb-8576-a8db8fdfff1a","resourceInvariantUUID":"7d14b414-8f76-4e91-be0a-b365842a8c4c","resourceCustomizationUUID":"04f690fe-1c0c-403d-bf02-912fb360628a","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":"YTJhYmU5MzM2NzY4OTY5ZWY2YjlkMzFkZmU0MDM2MTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"81826787-04e7-4b89-a029-e76189cb5f8b","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":"ZGE4YmE2ZTJlNTg4YWRhYjNkODA5NzBlNThkYzU2YTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c5c7a2d2-aa8e-46dc-b005-c06ad3d4d033","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":"ef72ed04-44d4-4268-88e2-6b216bd38501","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":"5b1fc7a0-5461-437f-9d58-b40de4e1324b","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":"da655b23-5d27-46c9-bc91-21f094ed4ad8","artifactVersion":"2","generatedFromUUID":"ef72ed04-44d4-4268-88e2-6b216bd38501"},{"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":"MzRkODg0MWFkN2JkNWQyNDNkYTI1Y2U0NDMxMmRhNTE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cf2fd8ba-5a89-4810-9ce6-8443047a9a28","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":"NjIzYTE2MWNkYmY5NDE4OWVjYmJiMmM5ODY0ZGU4NTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a659395-415a-4f38-bd78-ae71dc9c1b6c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjIyOTkzMDhkNjkzNGJjOWYwNGViZTA0MzY4YWE3ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d04786a2-62b0-4907-86f1-83fae35ad616","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-11T03:47:00.472Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:47:00.473Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:47:00.475Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:47:00.476Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240819851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.476Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:00.477Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.477Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "cds", "timestamp": 1652240800165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.478Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.478Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.478Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "multicloud-k8s-id", "timestamp": 1652240799261, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.478Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.478Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.478Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240800338, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.478Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.478Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.478Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "cds", "timestamp": 1652240800165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.478Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.478Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.478Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "multicloud-k8s-id", "timestamp": 1652240799261, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:47:00.478Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.478Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240800338, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "aai-ml", "timestamp": 1652240801451, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "cds", "timestamp": 1652240800165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "multicloud-k8s-id", "timestamp": 1652240799261, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240800338, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "aai-ml", "timestamp": 1652240801451, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.479Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "cds", "timestamp": 1652240800165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "multicloud-k8s-id", "timestamp": 1652240799261, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "ves-openapi-manager", "timestamp": 1652240803340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240800338, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "aai-ml", "timestamp": 1652240801451, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "cds", "timestamp": 1652240800165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "multicloud-k8s-id", "timestamp": 1652240799261, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-11T03:47:00.480Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "ves-openapi-manager", "timestamp": 1652240803340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240800338, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "aai-ml", "timestamp": 1652240801451, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "cds", "timestamp": 1652240800165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "multicloud-k8s-id", "timestamp": 1652240799261, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "ves-openapi-manager", "timestamp": 1652240803340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.481Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.482Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240800338, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.482Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.482Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.482Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "aai-ml", "timestamp": 1652240801451, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.482Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.482Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.482Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "cds", "timestamp": 1652240800165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.482Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.482Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.482Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "multicloud-k8s-id", "timestamp": 1652240799261, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.482Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.482Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.482Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "ves-openapi-manager", "timestamp": 1652240803340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.482Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.482Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.482Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240800338, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.482Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.483Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.483Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "aai-ml", "timestamp": 1652240801451, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.483Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.483Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.483Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "cds", "timestamp": 1652240800165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:47:00.483Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.483Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.483Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "multicloud-k8s-id", "timestamp": 1652240799261, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:47:00.483Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.483Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.483Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "ves-openapi-manager", "timestamp": 1652240803340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.483Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.483Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.483Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240800338, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:47:00.483Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.483Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.483Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "aai-ml", "timestamp": 1652240801451, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.483Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.484Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.484Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "clamp", "timestamp": 1652240807635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.484Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.484Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.484Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "policy-id", "timestamp": 1652240808049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.484Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.484Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.484Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "cds", "timestamp": 1652240808974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:47:00.484Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:47:00.484Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.484Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "multicloud-k8s-id", "timestamp": 1652240808973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:47:00.484Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:47:00.484Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.484Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "ves-openapi-manager", "timestamp": 1652240803340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.484Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.485Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.485Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240809048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:47:00.485Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:47:00.485Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.485Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "aai-ml", "timestamp": 1652240801451, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:47:00.485Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.485Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.485Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "clamp", "timestamp": 1652240807635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:47:00.485Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.485Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.485Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "policy-id", "timestamp": 1652240808049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.485Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.485Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.485Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "ves-openapi-manager", "timestamp": 1652240803340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.485Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.485Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.485Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "multicloud-k8s-id", "timestamp": 1652240810024, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:47:00.485Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:47:00.486Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.486Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "aai-ml", "timestamp": 1652240810155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:47:00.486Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:47:00.486Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.486Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "clamp", "timestamp": 1652240807635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.486Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.486Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.486Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "policy-id", "timestamp": 1652240808049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-11T03:47:00.486Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.486Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.486Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "ves-openapi-manager", "timestamp": 1652240803340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.486Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.486Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.486Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "cds", "timestamp": 1652240811039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-11T03:47:00.505Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d9ca5b3b-2be0-47a3-9ac7-9e36071da304 2022-05-11T03:47:00.505Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9ca5b3b-2be0-47a3-9ac7-9e36071da304 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-11T03:47:00.512Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.512Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240811042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:47:00.512Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:47:00.512Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.512Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "multicloud-k8s-id", "timestamp": 1652240811069, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:47:00.513Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:47:00.513Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.513Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "clamp", "timestamp": 1652240807635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.513Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.513Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.513Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "policy-id", "timestamp": 1652240808049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.513Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.513Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.513Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240812048, "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-11T03:47:00.517Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d9ca5b3b-2be0-47a3-9ac7-9e36071da304 2022-05-11T03:47:00.517Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9ca5b3b-2be0-47a3-9ac7-9e36071da304 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-11T03:47:00.525Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.525Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "multicloud-k8s-id", "timestamp": 1652240812095, "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-11T03:47:00.528Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9ca5b3b-2be0-47a3-9ac7-9e36071da304 2022-05-11T03:47:00.528Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9ca5b3b-2be0-47a3-9ac7-9e36071da304 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-11T03:47:00.535Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.535Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "clamp", "timestamp": 1652240807635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.535Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.535Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.535Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "policy-id", "timestamp": 1652240808049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.535Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.535Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.535Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "multicloud-k8s-id", "timestamp": 1652240813099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-11T03:47:00.535Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:47:00.535Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "clamp", "timestamp": 1652240807635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "policy-id", "timestamp": 1652240808049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "clamp", "timestamp": 1652240807635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "policy-id", "timestamp": 1652240808049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "aai-ml", "timestamp": 1652240814923, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "clamp", "timestamp": 1652240807635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "policy-id", "timestamp": 1652240808049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:47:00.536Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-11T03:47:00.537Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.537Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "aai-ml", "timestamp": 1652240815926, "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-11T03:47:00.540Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d9ca5b3b-2be0-47a3-9ac7-9e36071da304 2022-05-11T03:47:00.540Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9ca5b3b-2be0-47a3-9ac7-9e36071da304 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-11T03:47:00.547Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.547Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "policy-id", "timestamp": 1652240816841, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:47:00.547Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:47:00.547Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.547Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "policy-id", "timestamp": 1652240817845, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:47:00.547Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:47:00.547Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-11T03:47:00.548Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "policy-id", "timestamp": 1652240818847, "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-11T03:47:00.551Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9ca5b3b-2be0-47a3-9ac7-9e36071da304 2022-05-11T03:47:00.551Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9ca5b3b-2be0-47a3-9ac7-9e36071da304 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-11T03:47:00.576Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:47:00.576Z||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-11T03:47:00.576Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:00.584Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:00.585Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:47:01.476Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:47:01.477Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:47:01.478Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:47:01.478Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240819851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:47:01.578Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:47:01.579Z||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-11T03:47:01.579Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:01.589Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:01.589Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:47:02.479Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:47:02.480Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:47:02.481Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:47:02.481Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240819851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-11T03:47:02.581Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:47:02.583Z||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-11T03:47:02.583Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:02.592Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:02.592Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:47:03.482Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:47:03.482Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:47:03.484Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:47:03.484Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240819851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:03.584Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:47:03.585Z||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-11T03:47:03.585Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:03.593Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:03.594Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:47:04.485Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:47:04.485Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:47:04.487Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:47:04.487Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240819851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-11T03:47:04.587Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:47:04.588Z||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-11T03:47:04.588Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:04.597Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:04.597Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:47:05.488Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:47:05.489Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:47:05.490Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:47:05.491Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240819851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:05.591Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:47:05.591Z||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-11T03:47:05.591Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:05.601Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:05.601Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:47:06.491Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:47:06.492Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:47:06.494Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:47:06.494Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240819851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:06.594Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:47:06.595Z||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-11T03:47:06.595Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:06.603Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:06.603Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:47:07.494Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:47:07.495Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:47:07.497Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:47:07.497Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240819851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:47:07.597Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:47:07.598Z||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-11T03:47:07.598Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:07.606Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:07.606Z||pool-96-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:47:08.498Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "c979244a-7295-4d81-a054-d7f6af6f8ff6", "serviceDescription": "service", "serviceInvariantUUID": "126d7512-a2be-4013-8bfa-830fc17dee98", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "04f690fe-1c0c-403d-bf02-912fb360628a", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d1cced23-2e8e-43eb-8576-a8db8fdfff1a", "resourceInvariantUUID": "7d14b414-8f76-4e91-be0a-b365842a8c4c", "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": "ZGE4YmE2ZTJlNTg4YWRhYjNkODA5NzBlNThkYzU2YTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c5c7a2d2-aa8e-46dc-b005-c06ad3d4d033", "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": "ef72ed04-44d4-4268-88e2-6b216bd38501", "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": "da655b23-5d27-46c9-bc91-21f094ed4ad8", "generatedFromUUID": "ef72ed04-44d4-4268-88e2-6b216bd38501" }, "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": "da655b23-5d27-46c9-bc91-21f094ed4ad8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YjIyOTkzMDhkNjkzNGJjOWYwNGViZTA0MzY4YWE3ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d04786a2-62b0-4907-86f1-83fae35ad616" } ], "workloadContext": "Production" } 2022-05-11T03:47:08.498Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-11T03:47:08.498Z|250c421e-d516-4c4f-89c6-1326f1bfa3da|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c979244a-7295-4d81-a054-d7f6af6f8ff6 ASDC 2022-05-11T03:47:08.499Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:d9ca5b3b-2be0-47a3-9ac7-9e36071da304 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:c979244a-7295-4d81-a054-d7f6af6f8ff6 ServiceInvariantUUID:126d7512-a2be-4013-8bfa-830fc17dee98 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:d04786a2-62b0-4907-86f1-83fae35ad616 ArtifactChecksum:YjIyOTkzMDhkNjkzNGJjOWYwNGViZTA0MzY4YWE3ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:04f690fe-1c0c-403d-bf02-912fb360628a ResourceInvariantUUID:7d14b414-8f76-4e91-be0a-b365842a8c4c ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:d1cced23-2e8e-43eb-8576-a8db8fdfff1a 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:c5c7a2d2-aa8e-46dc-b005-c06ad3d4d033 ArtifactChecksum:ZGE4YmE2ZTJlNTg4YWRhYjNkODA5NzBlNThkYzU2YTc= 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:ef72ed04-44d4-4268-88e2-6b216bd38501 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:da655b23-5d27-46c9-bc91-21f094ed4ad8 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:da655b23-5d27-46c9-bc91-21f094ed4ad8 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-11T03:47:08.499Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c979244a-7295-4d81-a054-d7f6af6f8ff6 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-11T03:47:08.529Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-11T03:47:08.530Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-11T03:47:08.530Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-11T03:47:08.530Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d04786a2-62b0-4907-86f1-83fae35ad616 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-11T03:47:08.530Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-11T03:47:08.531Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-11T03:47:08.830Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-11T03:47:08.833Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d04786a2-62b0-4907-86f1-83fae35ad616 78811 2022-05-11T03:47:08.834Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:08.834Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:08.834Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:47:08.834Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:47:08.835Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:47:08.836Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240828833, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:47:08.936Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:47:08.937Z||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-11T03:47:08.937Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:08.945Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:08.945Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:47:09.837Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-11T03:47:09.838Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-11T03:47:09.838Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d04786a2-62b0-4907-86f1-83fae35ad616, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-11T03:47:09.839Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-05-11T03:47:09.839Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-11T03:47:09.839Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-11T03:47:09.925Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9203115481991452425/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-11T03:47:10.726Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-11T03:47:10.726Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-11T03:47:10.726Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-11T03:47:10.726Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-11T03:47:10.726Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:10.726Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:10.727Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:10.727Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:10.727Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:10.727Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:10.727Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:10.727Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:10.727Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:10.727Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-11T03:47:10.727Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:10.728Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:47:10.728Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-11T03:47:10.728Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-11T03:47:10.728Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-11T03:47:10.728Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:10.728Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:47:10.728Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-11T03:47:10.728Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-11T03:47:10.729Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-11T03:47:10.729Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:10.729Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:47:10.729Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:10.729Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-11T03:47:10.729Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-11T03:47:10.729Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-11T03:47:10.729Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-11T03:47:10.730Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-11T03:47:10.730Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-11T03:47:10.730Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:10.730Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-11T03:47:10.730Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:10.730Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-11T03:47:10.730Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:47:10.731Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:10.731Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-11T03:47:10.731Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:47:10.731Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:10.731Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-11T03:47:10.731Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:47:10.731Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:10.731Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-11T03:47:10.732Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-11T03:47:10.732Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-11T03:47:10.732Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4f8eabe9-2e9e-4ab2-a070-46dc7e2a0d05 2022-05-11T03:47:10.732Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:10.732Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:47:10.732Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:10.732Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:47:10.732Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:10.732Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:47:10.733Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:10.733Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:47:10.733Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:c979244a-7295-4d81-a054-d7f6af6f8ff6 Model Version:NULL Model InvariantUuid:126d7512-a2be-4013-8bfa-830fc17dee98 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:6a206091-6809-41c6-a64f-ddb1f6f86cc6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7d14b414-8f76-4e91-be0a-b365842a8c4c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:04f690fe-1c0c-403d-bf02-912fb360628a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:debfff07-534a-4e16-9ae7-616c94fc16f0 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:826bf07a-ec80-4a93-8720-e300a9d02d86 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4f8eabe9-2e9e-4ab2-a070-46dc7e2a0d05 ModelInvariantUuid:ba9beaeb-35cb-4ab5-b9db-1415c4f78238 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:cece5092-1d84-4ed7-82a5-c7a1e18ca6be ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:bb3f7c9d-c3ef-4692-97a0-66e85a53a75e ModelInvariantUuid:95b1e306-277f-444d-819a-ff9dd8373b13 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:ca2e5bea-79d0-4539-8779-133f972c70b9 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-11T03:47:10.738Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d1cced23-2e8e-43eb-8576-a8db8fdfff1a 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-11T03:47:10.741Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||basic_vm_macro 0 2022-05-11T03:47:10.741Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d1cced23-2e8e-43eb-8576-a8db8fdfff1a 2022-05-11T03:47:10.741Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c5c7a2d2-aa8e-46dc-b005-c06ad3d4d033 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-11T03:47:10.741Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-11T03:47:10.741Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:11.127Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-11T03:47:11.127Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c5c7a2d2-aa8e-46dc-b005-c06ad3d4d033 792 2022-05-11T03:47:11.127Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:11.127Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:11.127Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:47:11.128Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:47:11.129Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:47:11.129Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240831127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:47:11.229Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:47:11.230Z||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-11T03:47:11.230Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:11.238Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:11.239Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:47:12.130Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "debfff07-534a-4e16-9ae7-616c94fc16f0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "826bf07a-ec80-4a93-8720-e300a9d02d86", "vfModuleModelCustomizationUUID": "a91613cb-4298-4726-a327-4bea27a210b7", "isBase": true, "artifacts": [ "ef72ed04-44d4-4268-88e2-6b216bd38501", "da655b23-5d27-46c9-bc91-21f094ed4ad8" ], "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-11T03:47:12.132Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:826bf07a-ec80-4a93-8720-e300a9d02d86 VfModuleModelInvariantUUID:debfff07-534a-4e16-9ae7-616c94fc16f0 VfModuleModelDescription:NULL Artifacts UUID List:{ ef72ed04-44d4-4268-88e2-6b216bd38501 , da655b23-5d27-46c9-bc91-21f094ed4ad8 } 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-11T03:47:12.134Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "debfff07-534a-4e16-9ae7-616c94fc16f0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "826bf07a-ec80-4a93-8720-e300a9d02d86", "vfModuleModelCustomizationUUID": "a91613cb-4298-4726-a327-4bea27a210b7", "isBase": true, "artifacts": [ "ef72ed04-44d4-4268-88e2-6b216bd38501", "da655b23-5d27-46c9-bc91-21f094ed4ad8" ], "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-11T03:47:12.134Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:826bf07a-ec80-4a93-8720-e300a9d02d86 VfModuleModelInvariantUUID:debfff07-534a-4e16-9ae7-616c94fc16f0 VfModuleModelDescription:NULL Artifacts UUID List:{ ef72ed04-44d4-4268-88e2-6b216bd38501 , da655b23-5d27-46c9-bc91-21f094ed4ad8 } 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-11T03:47:12.134Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ef72ed04-44d4-4268-88e2-6b216bd38501 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-11T03:47:12.134Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-11T03:47:12.134Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:12.412Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-11T03:47:12.413Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ef72ed04-44d4-4268-88e2-6b216bd38501 5033 2022-05-11T03:47:12.413Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:12.413Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:12.413Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:47:12.413Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:47:12.415Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:47:12.415Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240832413, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:47:12.515Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:47:12.515Z||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-11T03:47:12.516Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:12.524Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:12.524Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:47:13.415Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: da655b23-5d27-46c9-bc91-21f094ed4ad8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-11T03:47:13.416Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-11T03:47:13.416Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:13.919Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-11T03:47:13.920Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env da655b23-5d27-46c9-bc91-21f094ed4ad8 903 2022-05-11T03:47:13.920Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:13.920Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:13.920Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:47:13.920Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:47:13.922Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:47:13.922Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240833920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:47:14.022Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:47:14.023Z||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-11T03:47:14.023Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:14.031Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:14.032Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:47:14.922Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c979244a-7295-4d81-a054-d7f6af6f8ff6 2022-05-11T03:47:14.923Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d1cced23-2e8e-43eb-8576-a8db8fdfff1a 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-11T03:47:14.934Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23932f8, org.onap.sdc.toscaparser.api.parameters.Input@2a1a5679, org.onap.sdc.toscaparser.api.parameters.Input@1cf1b17d, org.onap.sdc.toscaparser.api.parameters.Input@59ab9a8c, org.onap.sdc.toscaparser.api.parameters.Input@124eddb3] 2022-05-11T03:47:14.935Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:14.935Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:47:14.936Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-05-11T03:47:14.936Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 04f690fe-1c0c-403d-bf02-912fb360628a 2022-05-11T03:47:14.936Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 04f690fe-1c0c-403d-bf02-912fb360628a matches Tosca VF Customization UUID: 04f690fe-1c0c-403d-bf02-912fb360628a 2022-05-11T03:47:14.936Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 04f690fe-1c0c-403d-bf02-912fb360628a 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-11T03:47:14.938Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:14.938Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:47:14.938Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 04f690fe-1c0c-403d-bf02-912fb360628a: {\"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-11T03:47:14.939Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e0e5c62 2022-05-11T03:47:14.939Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:14.939Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-11T03:47:14.939Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a91613cb-4298-4726-a327-4bea27a210b7 2022-05-11T03:47:14.939Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a91613cb-4298-4726-a327-4bea27a210b7 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-11T03:47:14.941Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:14.941Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-11T03:47:14.941Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:47:14.942Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:14.942Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-11T03:47:14.942Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:47:14.942Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:14.942Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-11T03:47:14.942Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-11T03:47:14.943Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-11T03:47:14.943Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4f8eabe9-2e9e-4ab2-a070-46dc7e2a0d05 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-11T03:47:14.945Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:14.945Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-11T03:47:14.945Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:47:14.945Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:14.946Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-11T03:47:14.946Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=04f690fe-1c0c-403d-bf02-912fb360628a 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-11T03:47:14.947Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:14.948Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:47:14.948Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c979244a-7295-4d81-a054-d7f6af6f8ff6: basic_vm_macro 2022-05-11T03:47:14.948Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:14.948Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:47:14.948Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:14.948Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:47:14.949Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:14.949Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:47:14.949Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:14.949Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:47:14.949Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:47:14.949Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:47:14.949Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:15.036Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d1cced23-2e8e-43eb-8576-a8db8fdfff1a 1 ASDC deployResourceStructure 2022-05-11T03:47:15.037Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:15.037Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:15.037Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:47:15.037Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:47:15.039Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:47:15.039Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240835036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-11T03:47:15.139Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:47:15.140Z||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-11T03:47:15.140Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:15.149Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:15.149Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:47:16.040Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:16.041Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:16.041Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:47:16.041Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:47:16.042Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:47:16.042Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240836040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-11T03:47:16.143Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:47:16.143Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-11T03:47:16.143Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:16.153Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:16.153Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:47:17.043Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:17.044Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:17.044Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:47:17.044Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:47:17.045Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:47:17.046Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240837043, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-11T03:47:17.146Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:47:17.147Z||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-11T03:47:17.147Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:17.156Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:17.156Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:47:18.047Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:18.047Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:18.047Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:47:18.047Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:47:18.049Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:47:18.049Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240838046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:47:18.149Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:47:18.149Z||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-11T03:47:18.149Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:18.159Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:18.159Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:47:19.049Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9ca5b3b-2be0-47a3-9ac7-9e36071da304 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:47:19.058Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9ca5b3b-2be0-47a3-9ac7-9e36071da304 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:47:19.061Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:47:19.061Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-11T03:47:19.061Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-11T03:47:19.061Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-11T03:47:19.061Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:47:19.061Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:47:19.061Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:47:19.062Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:47:19.062Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:47:19.062Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:19.066Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-11T03:47:49.066Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d9ca5b3b-2be0-47a3-9ac7-9e36071da304 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-11T03:47:49.073Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d9ca5b3b-2be0-47a3-9ac7-9e36071da304 and serviceModelVersionId: c979244a-7295-4d81-a054-d7f6af6f8ff6 2022-05-11T03:47:49.073Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 126d7512-a2be-4013-8bfa-830fc17dee98 2022-05-11T03:47:49.074Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/126d7512-a2be-4013-8bfa-830fc17dee98/model-vers/model-ver/c979244a-7295-4d81-a054-d7f6af6f8ff6?depth=0 2022-05-11T03:47:49.078Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-11T03:47:49.111Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126d7512-a2be-4013-8bfa-830fc17dee98/model-vers/model-ver/c979244a-7295-4d81-a054-d7f6af6f8ff6?depth=0|INFO|500||Invoke 2022-05-11T03:47:49.111Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126d7512-a2be-4013-8bfa-830fc17dee98/model-vers/model-ver/c979244a-7295-4d81-a054-d7f6af6f8ff6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126d7512-a2be-4013-8bfa-830fc17dee98/model-vers/model-ver/c979244a-7295-4d81-a054-d7f6af6f8ff6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d9ca5b3b-2be0-47a3-9ac7-9e36071da304], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[71304e28-044b-4ffa-a96c-5ad500878475], X-ECOMP-RequestID=[d9ca5b3b-2be0-47a3-9ac7-9e36071da304], X-TransactionId=[], X-ONAP-RequestID=[d9ca5b3b-2be0-47a3-9ac7-9e36071da304], Content-Type=[application/merge-patch+json]} 2022-05-11T03:47:49.126Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126d7512-a2be-4013-8bfa-830fc17dee98/model-vers/model-ver/c979244a-7295-4d81-a054-d7f6af6f8ff6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-11T03:47:49.211Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126d7512-a2be-4013-8bfa-830fc17dee98/model-vers/model-ver/c979244a-7295-4d81-a054-d7f6af6f8ff6?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/126d7512-a2be-4013-8bfa-830fc17dee98/model-vers/model-ver/c979244a-7295-4d81-a054-d7f6af6f8ff6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220511-03:47:49:134-77203], vertex-id=[540760], Content-Length=[0], Date=[Wed, 11 May 2022 03:47:49 GMT], Content-Type=[application/json]} 2022-05-11T03:47:49.212Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126d7512-a2be-4013-8bfa-830fc17dee98/model-vers/model-ver/c979244a-7295-4d81-a054-d7f6af6f8ff6?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-11T03:47:49.213Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/126d7512-a2be-4013-8bfa-830fc17dee98/model-vers/model-ver/c979244a-7295-4d81-a054-d7f6af6f8ff6?depth=0|INFO|500||InvokeReturn 2022-05-11T03:47:49.213Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-11T03:47:49.213Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:49.217Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||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-11T03:47:49.218Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d9ca5b3b-2be0-47a3-9ac7-9e36071da304 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-11T03:47:49.218Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-11T03:47:49.218Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:47:49.220Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:47:49.220Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240869218, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-11T03:47:49.320Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:47:49.321Z||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-11T03:47:49.321Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:49.333Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:49.333Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 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-11T03:47:59.851Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:47:59.851Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|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-11T03:47:59.852Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:59.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:47:59.853Z||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-11T03:47:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:47:59.965Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:47:59.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:47:59.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240819851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:47:59.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-11T03:48:09.381Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:48:59.851Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:48:59.852Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|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-11T03:48:59.852Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:48:59.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:48:59.853Z||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-11T03:48:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:49:00.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:49:00.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240819851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:49:00.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:00.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240819851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-11T03:49:00.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:00.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240819851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "clamp", "timestamp": 1652240823976, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240819851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240819851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240819851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "clamp", "timestamp": 1652240826981, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240819851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:00.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "clamp", "timestamp": 1652240827984, "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-11T03:49:00.381Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d9ca5b3b-2be0-47a3-9ac7-9e36071da304 2022-05-11T03:49:00.381Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9ca5b3b-2be0-47a3-9ac7-9e36071da304 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-11T03:49:00.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240828833, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:49:00.389Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:49:00.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240831127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:49:00.389Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:49:00.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240832413, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240833920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240835036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240836040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240837043, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240838046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9ca5b3b-2be0-47a3-9ac7-9e36071da304", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240869218, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-11T03:49:00.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:49:09.384Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:49:59.851Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:49:59.851Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|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-11T03:49:59.851Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:49:59.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:49:59.853Z||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-11T03:49:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:49:59.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:49:59.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240980337, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "multicloud-k8s-id", "timestamp": 1652240979261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "aai-ml", "timestamp": 1652240981451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "ves-openapi-manager", "timestamp": 1652240983340, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "cds", "timestamp": 1652240980165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "aai-ml", "timestamp": 1652240981451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "ves-openapi-manager", "timestamp": 1652240983340, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240980337, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "multicloud-k8s-id", "timestamp": 1652240979261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "cds", "timestamp": 1652240980165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "aai-ml", "timestamp": 1652240981451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240980337, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "ves-openapi-manager", "timestamp": 1652240983340, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "multicloud-k8s-id", "timestamp": 1652240979261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "cds", "timestamp": 1652240980165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "clamp", "timestamp": 1652240987635, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "policy-id", "timestamp": 1652240988049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240980337, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "multicloud-k8s-id", "timestamp": 1652240979261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "ves-openapi-manager", "timestamp": 1652240983340, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "aai-ml", "timestamp": 1652240981451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "cds", "timestamp": 1652240980165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "clamp", "timestamp": 1652240987635, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "policy-id", "timestamp": 1652240988049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "aai-ml", "timestamp": 1652240981451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "ves-openapi-manager", "timestamp": 1652240983340, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "multicloud-k8s-id", "timestamp": 1652240979261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240980337, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "cds", "timestamp": 1652240980165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "clamp", "timestamp": 1652240987635, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "policy-id", "timestamp": 1652240988049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "aai-ml", "timestamp": 1652240981451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "ves-openapi-manager", "timestamp": 1652240983340, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "multicloud-k8s-id", "timestamp": 1652240979261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240980337, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "cds", "timestamp": 1652240980165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "clamp", "timestamp": 1652240987635, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "policy-id", "timestamp": 1652240988049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "aai-ml", "timestamp": 1652240981451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "ves-openapi-manager", "timestamp": 1652240983340, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-11T03:49:59.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "multicloud-k8s-id", "timestamp": 1652240979261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:49:59.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:49:59.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:49:59.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240980337, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:00.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "cds", "timestamp": 1652240980165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:00.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "clamp", "timestamp": 1652240987635, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:00.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "policy-id", "timestamp": 1652240988049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:00.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "aai-ml", "timestamp": 1652240981451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:00.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240980337, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:00.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "multicloud-k8s-id", "timestamp": 1652240979261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "ves-openapi-manager", "timestamp": 1652240983340, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "cds", "timestamp": 1652240980165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "clamp", "timestamp": 1652240987635, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "policy-id", "timestamp": 1652240988049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "aai-ml", "timestamp": 1652240981451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "ves-openapi-manager", "timestamp": 1652240983340, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "multicloud-k8s-id", "timestamp": 1652240979261, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240980337, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "cds", "timestamp": 1652240980165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "clamp", "timestamp": 1652240987635, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "policy-id", "timestamp": 1652240988049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "clamp", "timestamp": 1652240987635, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "ves-openapi-manager", "timestamp": 1652240995345, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:50:00.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "aai-ml", "timestamp": 1652240995346, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "cds", "timestamp": 1652240995346, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240995350, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "policy-id", "timestamp": 1652240988049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "clamp", "timestamp": 1652240987635, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "ves-openapi-manager", "timestamp": 1652240996393, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "cds", "timestamp": 1652240996562, "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-11T03:50:00.018Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b3ccf926-6b09-40ba-a948-f82ea7bb528d 2022-05-11T03:50:00.018Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3ccf926-6b09-40ba-a948-f82ea7bb528d 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-11T03:50:00.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "policy-id", "timestamp": 1652240988049, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:50:00.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-11T03:50:00.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240997040, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:50:00.034Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:50:00.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "ves-openapi-manager", "timestamp": 1652240997396, "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-11T03:50:00.038Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b3ccf926-6b09-40ba-a948-f82ea7bb528d 2022-05-11T03:50:00.038Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3ccf926-6b09-40ba-a948-f82ea7bb528d 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-11T03:50:00.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "policy-id", "timestamp": 1652240997843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:50:00.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:50:00.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652240998042, "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-11T03:50:00.048Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b3ccf926-6b09-40ba-a948-f82ea7bb528d 2022-05-11T03:50:00.049Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3ccf926-6b09-40ba-a948-f82ea7bb528d 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-11T03:50:00.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "policy-id", "timestamp": 1652240998846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:50:00.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:50:00.469Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:50:00.470Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-11T03:50:00.470Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b3ccf926-6b09-40ba-a948-f82ea7bb528d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"1477932d-60d0-4461-be80-443ec5a9cb2a","serviceDescription":"service","serviceInvariantUUID":"ded35918-e1c9-4d7c-a40e-24bc803684f9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8a101241-6475-40f9-9b4b-35bf6c3fbfff","resourceInvariantUUID":"6efbda00-8083-41ea-a656-be36cfd163db","resourceCustomizationUUID":"d5824476-4d8b-4f50-877e-f38747621999","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":"OWQyMmUxNDQxMDc5NmEwYjcyNDZkZDQ4M2RjZjAwZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"61a3e9f9-de83-496c-b8fe-bbc012e8cd9f","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":"fbcc3cfe-d6ac-431e-8df4-a7a202981e0c","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":"4f1b63bc-0bad-479d-a37f-0d071fb600c4","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":"ZjcwMzgwZTg4MWM5MmU1YTcwZmZkNjI0ZGNmNDQzMTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7b57bdd0-d752-417f-93cf-1b7700b05a35","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":"af6778c9-0bf2-4683-a748-c3180ffdc8d5","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":"468467d1-8059-406e-917c-5e27612e2abb","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":"fb027225-bbe8-43e1-b9d3-7c9aad169874","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":"NGRmYThhOTM1ZGRjODUyZDgyYzNjOWMyZDExNWVjZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"59d01bd5-f774-4411-9af5-4e6f1855081a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDM3NzQ2ODJiMTMyNTQ5YmY4ZDc0ZTZlYjg0MzdiZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b53e4498-fd10-4bdf-86c7-a12489a945d9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-11T03:50:00.472Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:50:00.472Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:50:00.475Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:50:00.475Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:00.575Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:50:00.576Z||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-11T03:50:00.576Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:50:00.584Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:50:00.585Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:50:01.475Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:50:01.476Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:50:01.477Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:50:01.477Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:01.578Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-11T03:50:01.579Z||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-11T03:50:01.579Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:50:01.590Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:50:01.590Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:50:02.478Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:50:02.479Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:50:02.480Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:50:02.480Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:02.580Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:50:02.581Z||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-11T03:50:02.581Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:50:02.590Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:50:02.590Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:50:03.481Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:50:03.482Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:50:03.484Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:50:03.484Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:03.584Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:50:03.585Z||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-11T03:50:03.585Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:50:03.594Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:50:03.595Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:50:04.485Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:50:04.485Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:50:04.487Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:50:04.487Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:04.587Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:50:04.588Z||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-11T03:50:04.588Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:50:04.598Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:50:04.599Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-11T03:50:05.488Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:50:05.489Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:50:05.491Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:50:05.491Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:05.591Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:50:05.592Z||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-11T03:50:05.592Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:50:05.603Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:50:05.603Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:50:06.491Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:50:06.492Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:50:06.494Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:50:06.494Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:06.594Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:50:06.595Z||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-11T03:50:06.595Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:50:06.603Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:50:06.604Z||pool-112-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:50:07.495Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:50:07.496Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:50:07.498Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:50:07.498Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:50:07.598Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:50:07.598Z||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-11T03:50:07.599Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:50:07.607Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:50:07.607Z||pool-113-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:50:08.499Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:50:08.499Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:50:08.501Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:50:08.501Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:50:08.601Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:50:08.602Z||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-11T03:50:08.602Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:50:08.611Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:50:08.612Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:50:09.502Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "1477932d-60d0-4461-be80-443ec5a9cb2a", "serviceDescription": "service", "serviceInvariantUUID": "ded35918-e1c9-4d7c-a40e-24bc803684f9", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "d5824476-4d8b-4f50-877e-f38747621999", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8a101241-6475-40f9-9b4b-35bf6c3fbfff", "resourceInvariantUUID": "6efbda00-8083-41ea-a656-be36cfd163db", "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": "MDM3NzQ2ODJiMTMyNTQ5YmY4ZDc0ZTZlYjg0MzdiZjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b53e4498-fd10-4bdf-86c7-a12489a945d9" } ], "workloadContext": "Production" } 2022-05-11T03:50:09.502Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-11T03:50:09.503Z|d9ca5b3b-2be0-47a3-9ac7-9e36071da304|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1477932d-60d0-4461-be80-443ec5a9cb2a ASDC 2022-05-11T03:50:09.503Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:b3ccf926-6b09-40ba-a948-f82ea7bb528d ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:1477932d-60d0-4461-be80-443ec5a9cb2a ServiceInvariantUUID:ded35918-e1c9-4d7c-a40e-24bc803684f9 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:b53e4498-fd10-4bdf-86c7-a12489a945d9 ArtifactChecksum:MDM3NzQ2ODJiMTMyNTQ5YmY4ZDc0ZTZlYjg0MzdiZjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:d5824476-4d8b-4f50-877e-f38747621999 ResourceInvariantUUID:6efbda00-8083-41ea-a656-be36cfd163db ResourceName:test-pnf ResourceType:PNF ResourceUUID:8a101241-6475-40f9-9b4b-35bf6c3fbfff ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-11T03:50:09.503Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1477932d-60d0-4461-be80-443ec5a9cb2a 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-11T03:50:09.530Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-11T03:50:09.530Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-11T03:50:09.530Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-11T03:50:09.531Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b53e4498-fd10-4bdf-86c7-a12489a945d9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-11T03:50:09.531Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-11T03:50:09.531Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-11T03:50:09.822Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-11T03:50:09.826Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b53e4498-fd10-4bdf-86c7-a12489a945d9 105658 2022-05-11T03:50:09.827Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||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-11T03:50:09.827Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||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-11T03:50:09.827Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:50:09.827Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:50:09.828Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:50:09.828Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241009826, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:50:09.928Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:50:09.929Z||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-11T03:50:09.929Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:50:09.939Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:50:09.939Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:50:10.829Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-11T03:50:10.829Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-11T03:50:10.830Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b53e4498-fd10-4bdf-86c7-a12489a945d9, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-11T03:50:10.830Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-05-11T03:50:10.830Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-11T03:50:10.830Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-11T03:50:10.903Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8883282871996551470/Definitions/service-TestPnfMacro-template.yml 2022-05-11T03:50:11.419Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-11T03:50:11.419Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-11T03:50:11.419Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-11T03:50:11.419Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-11T03:50:11.419Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||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-11T03:50:11.420Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||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-11T03:50:11.420Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||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-11T03:50:11.420Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||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-11T03:50:11.420Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||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-11T03:50:11.420Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||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-11T03:50:11.420Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||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-11T03:50:11.420Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-11T03:50:11.420Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:50:11.420Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:50:11.420Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-11T03:50:11.420Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-11T03:50:11.420Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-11T03:50:11.421Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:50:11.421Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:50:11.421Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-11T03:50:11.421Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-11T03:50:11.421Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-11T03:50:11.421Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:50:11.421Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:50:11.421Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:50:11.421Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:50:11.421Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:50:11.421Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:50:11.421Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:50:11.421Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:50:11.422Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:50:11.422Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:50:11.422Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:1477932d-60d0-4461-be80-443ec5a9cb2a Model Version:NULL Model InvariantUuid:ded35918-e1c9-4d7c-a40e-24bc803684f9 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-11T03:50:11.429Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8a101241-6475-40f9-9b4b-35bf6c3fbfff 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-11T03:50:11.432Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||test-pnf 0 2022-05-11T03:50:11.432Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8a101241-6475-40f9-9b4b-35bf6c3fbfff 2022-05-11T03:50:11.432Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 1477932d-60d0-4461-be80-443ec5a9cb2a 2022-05-11T03:50:11.432Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1477932d-60d0-4461-be80-443ec5a9cb2a 2022-05-11T03:50:11.432Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 8a101241-6475-40f9-9b4b-35bf6c3fbfff 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-11T03:50:11.435Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ebd77d3, org.onap.sdc.toscaparser.api.parameters.Input@6f853e9c, org.onap.sdc.toscaparser.api.parameters.Input@5145bde4, org.onap.sdc.toscaparser.api.parameters.Input@6364d4c2, org.onap.sdc.toscaparser.api.parameters.Input@76f22492] 2022-05-11T03:50:11.435Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:50:11.435Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:50:11.435Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1477932d-60d0-4461-be80-443ec5a9cb2a: test-pnf 2022-05-11T03:50:11.435Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||Processing PNF resource: 8a101241-6475-40f9-9b4b-35bf6c3fbfff 2022-05-11T03:50:11.436Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:50:11.436Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:50:11.436Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||Resource customization UUID: d5824476-4d8b-4f50-877e-f38747621999 is the same as notified resource customizationUUID: d5824476-4d8b-4f50-877e-f38747621999 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-11T03:50:11.465Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 8a101241-6475-40f9-9b4b-35bf6c3fbfff 0 ASDC deployResourceStructure 2022-05-11T03:50:11.465Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||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-11T03:50:11.465Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||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-11T03:50:11.465Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:50:11.465Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:50:11.466Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:50:11.466Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241011465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:50:11.566Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:50:11.567Z||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-11T03:50:11.567Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:50:11.576Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:50:11.576Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:50:12.467Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3ccf926-6b09-40ba-a948-f82ea7bb528d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:50:12.478Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3ccf926-6b09-40ba-a948-f82ea7bb528d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:50:12.480Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:50:12.480Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-11T03:50:12.480Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-11T03:50:42.481Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3ccf926-6b09-40ba-a948-f82ea7bb528d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:50:42.488Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3ccf926-6b09-40ba-a948-f82ea7bb528d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:50:42.490Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:50:42.490Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-11T03:50:42.490Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-11T03:50:59.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:50:59.853Z||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-11T03:50:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:50:59.867Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:50:59.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:50:59.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "policy-id", "timestamp": 1652240999849, "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-11T03:50:59.872Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b3ccf926-6b09-40ba-a948-f82ea7bb528d 2022-05-11T03:50:59.872Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3ccf926-6b09-40ba-a948-f82ea7bb528d 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-11T03:51:12.490Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3ccf926-6b09-40ba-a948-f82ea7bb528d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:51:12.500Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3ccf926-6b09-40ba-a948-f82ea7bb528d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:51:12.502Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:51:12.502Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-11T03:51:12.502Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-11T03:51:42.502Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3ccf926-6b09-40ba-a948-f82ea7bb528d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:51:42.510Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3ccf926-6b09-40ba-a948-f82ea7bb528d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:51:42.512Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:51:42.513Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-11T03:51:42.513Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-11T03:51:59.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:51:59.853Z||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-11T03:51:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:51:59.884Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:51:59.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-11T03:51:59.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "aai-ml", "timestamp": 1652240999926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:51:59.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:52:12.513Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3ccf926-6b09-40ba-a948-f82ea7bb528d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:52:12.523Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3ccf926-6b09-40ba-a948-f82ea7bb528d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:52:12.525Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:52:12.525Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-11T03:52:12.525Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-11T03:52:42.525Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3ccf926-6b09-40ba-a948-f82ea7bb528d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:52:42.534Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3ccf926-6b09-40ba-a948-f82ea7bb528d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:52:42.536Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:52:42.536Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-11T03:52:42.536Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-11T03:52:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:52:59.853Z||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-11T03:52:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:52:59.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:52:59.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "aai-ml", "timestamp": 1652241000929, "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-11T03:52:59.877Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b3ccf926-6b09-40ba-a948-f82ea7bb528d 2022-05-11T03:52:59.877Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3ccf926-6b09-40ba-a948-f82ea7bb528d 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-11T03:52:59.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "clamp", "timestamp": 1652241006007, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652240999851, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "clamp", "timestamp": 1652241009009, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241009826, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:52:59.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:52:59.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "clamp", "timestamp": 1652241010013, "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-11T03:52:59.890Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b3ccf926-6b09-40ba-a948-f82ea7bb528d 2022-05-11T03:52:59.890Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3ccf926-6b09-40ba-a948-f82ea7bb528d 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-11T03:52:59.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241011465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:52:59.897Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:52:59.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "aai-ml", "timestamp": 1652241041451, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "multicloud-k8s-id", "timestamp": 1652241039261, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "cds", "timestamp": 1652241040165, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652241040338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "ves-openapi-manager", "timestamp": 1652241043340, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "cds", "timestamp": 1652241040165, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "multicloud-k8s-id", "timestamp": 1652241039261, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "aai-ml", "timestamp": 1652241041451, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652241040338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "ves-openapi-manager", "timestamp": 1652241043340, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "aai-ml", "timestamp": 1652241041451, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "cds", "timestamp": 1652241040165, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "multicloud-k8s-id", "timestamp": 1652241039261, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652241040338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "ves-openapi-manager", "timestamp": 1652241043340, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "cds", "timestamp": 1652241040165, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "aai-ml", "timestamp": 1652241041451, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "multicloud-k8s-id", "timestamp": 1652241039261, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652241040338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "ves-openapi-manager", "timestamp": 1652241043340, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "aai-ml", "timestamp": 1652241041451, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "cds", "timestamp": 1652241040165, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "multicloud-k8s-id", "timestamp": 1652241039261, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652241040338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "ves-openapi-manager", "timestamp": 1652241043340, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "clamp", "timestamp": 1652241047635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "cds", "timestamp": 1652241040165, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "aai-ml", "timestamp": 1652241041451, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "multicloud-k8s-id", "timestamp": 1652241039261, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652241040338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "policy-id", "timestamp": 1652241048049, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "ves-openapi-manager", "timestamp": 1652241043340, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "clamp", "timestamp": 1652241047635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "cds", "timestamp": 1652241040165, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "aai-ml", "timestamp": 1652241041451, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "multicloud-k8s-id", "timestamp": 1652241039261, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652241040338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "policy-id", "timestamp": 1652241048049, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "ves-openapi-manager", "timestamp": 1652241043340, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "clamp", "timestamp": 1652241047635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "cds", "timestamp": 1652241040165, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "aai-ml", "timestamp": 1652241041451, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "multicloud-k8s-id", "timestamp": 1652241039261, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652241040338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "policy-id", "timestamp": 1652241048049, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "ves-openapi-manager", "timestamp": 1652241043340, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "clamp", "timestamp": 1652241047635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "multicloud-k8s-id", "timestamp": 1652241051462, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652241051468, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "aai-ml", "timestamp": 1652241051470, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "cds", "timestamp": 1652241051471, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "policy-id", "timestamp": 1652241048049, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "clamp", "timestamp": 1652241047635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "cds", "timestamp": 1652241052476, "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-11T03:52:59.914Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d73017a5-0927-4523-81b6-da065fc1211c 2022-05-11T03:52:59.914Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d73017a5-0927-4523-81b6-da065fc1211c 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-11T03:52:59.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "multicloud-k8s-id", "timestamp": 1652241052551, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:52:59.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:52:59.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "policy-id", "timestamp": 1652241048049, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "clamp", "timestamp": 1652241047635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652241053401, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:52:59.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:52:59.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "multicloud-k8s-id", "timestamp": 1652241053600, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:52:59.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:52:59.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "policy-id", "timestamp": 1652241048049, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.923Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "clamp", "timestamp": 1652241047635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.923Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652241054404, "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-11T03:52:59.927Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d73017a5-0927-4523-81b6-da065fc1211c 2022-05-11T03:52:59.927Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d73017a5-0927-4523-81b6-da065fc1211c 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-11T03:52:59.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "multicloud-k8s-id", "timestamp": 1652241054626, "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-11T03:52:59.937Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d73017a5-0927-4523-81b6-da065fc1211c 2022-05-11T03:52:59.938Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d73017a5-0927-4523-81b6-da065fc1211c 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-11T03:52:59.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "policy-id", "timestamp": 1652241048049, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:52:59.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "clamp", "timestamp": 1652241047635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:52:59.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "multicloud-k8s-id", "timestamp": 1652241055630, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-11T03:52:59.944Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:52:59.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "policy-id", "timestamp": 1652241048049, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:52:59.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-11T03:52:59.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "policy-id", "timestamp": 1652241056936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:52:59.945Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:52:59.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "aai-ml", "timestamp": 1652241057725, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:52:59.945Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:52:59.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "policy-id", "timestamp": 1652241057939, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:52:59.945Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:52:59.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "aai-ml", "timestamp": 1652241058728, "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-11T03:52:59.949Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d73017a5-0927-4523-81b6-da065fc1211c 2022-05-11T03:52:59.949Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d73017a5-0927-4523-81b6-da065fc1211c 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-11T03:52:59.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-11T03:52:59.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "policy-id", "timestamp": 1652241058942, "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-11T03:52:59.960Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d73017a5-0927-4523-81b6-da065fc1211c 2022-05-11T03:52:59.960Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d73017a5-0927-4523-81b6-da065fc1211c 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-11T03:53:12.536Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3ccf926-6b09-40ba-a948-f82ea7bb528d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:53:12.545Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3ccf926-6b09-40ba-a948-f82ea7bb528d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:53:12.547Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:53:12.547Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-11T03:53:12.547Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-11T03:53:12.547Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-11T03:53:12.547Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:53:12.547Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:53:12.547Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:53:12.547Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:53:12.547Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:53:12.548Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:53:12.548Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:53:12.548Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||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-11T03:53:12.552Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-11T03:53:42.552Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b3ccf926-6b09-40ba-a948-f82ea7bb528d 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-11T03:53:42.561Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b3ccf926-6b09-40ba-a948-f82ea7bb528d and serviceModelVersionId: 1477932d-60d0-4461-be80-443ec5a9cb2a 2022-05-11T03:53:42.561Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ded35918-e1c9-4d7c-a40e-24bc803684f9 2022-05-11T03:53:42.562Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ded35918-e1c9-4d7c-a40e-24bc803684f9/model-vers/model-ver/1477932d-60d0-4461-be80-443ec5a9cb2a?depth=0 2022-05-11T03:53:42.568Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-11T03:53:42.598Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ded35918-e1c9-4d7c-a40e-24bc803684f9/model-vers/model-ver/1477932d-60d0-4461-be80-443ec5a9cb2a?depth=0|INFO|500||Invoke 2022-05-11T03:53:42.598Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ded35918-e1c9-4d7c-a40e-24bc803684f9/model-vers/model-ver/1477932d-60d0-4461-be80-443ec5a9cb2a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ded35918-e1c9-4d7c-a40e-24bc803684f9/model-vers/model-ver/1477932d-60d0-4461-be80-443ec5a9cb2a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b3ccf926-6b09-40ba-a948-f82ea7bb528d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d40f774c-5a89-4c94-b3f3-00ebd73ded4d], X-ECOMP-RequestID=[b3ccf926-6b09-40ba-a948-f82ea7bb528d], X-TransactionId=[], X-ONAP-RequestID=[b3ccf926-6b09-40ba-a948-f82ea7bb528d], Content-Type=[application/merge-patch+json]} 2022-05-11T03:53:42.614Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ded35918-e1c9-4d7c-a40e-24bc803684f9/model-vers/model-ver/1477932d-60d0-4461-be80-443ec5a9cb2a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-11T03:53:43.221Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ded35918-e1c9-4d7c-a40e-24bc803684f9/model-vers/model-ver/1477932d-60d0-4461-be80-443ec5a9cb2a?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/ded35918-e1c9-4d7c-a40e-24bc803684f9/model-vers/model-ver/1477932d-60d0-4461-be80-443ec5a9cb2a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220511-03:53:42:621-61339], vertex-id=[245808], Content-Length=[0], Date=[Wed, 11 May 2022 03:53:42 GMT], Content-Type=[application/json]} 2022-05-11T03:53:43.222Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ded35918-e1c9-4d7c-a40e-24bc803684f9/model-vers/model-ver/1477932d-60d0-4461-be80-443ec5a9cb2a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-11T03:53:43.222Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ded35918-e1c9-4d7c-a40e-24bc803684f9/model-vers/model-ver/1477932d-60d0-4461-be80-443ec5a9cb2a?depth=0|INFO|500||InvokeReturn 2022-05-11T03:53:43.222Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-11T03:53:43.222Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||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-11T03:53:43.226Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||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-11T03:53:43.226Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b3ccf926-6b09-40ba-a948-f82ea7bb528d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-11T03:53:43.226Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-11T03:53:43.226Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:53:43.228Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:53:43.228Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241223226, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-11T03:53:43.328Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:53:43.329Z||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-11T03:53:43.329Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:53:43.340Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:53:43.340Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-11T03:53:44.238Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:53:44.238Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|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-11T03:53:44.238Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:53:49.945Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:53:49.946Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-11T03:53:49.946Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d73017a5-0927-4523-81b6-da065fc1211c","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"fb67a1bc-d79f-48da-9c36-a4442d58577f","serviceDescription":"service","serviceInvariantUUID":"4811a2b5-21ce-4dd5-af73-5d32421c34d0","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c3ed3a61-f5d9-44b1-90e4-213413d329a7","resourceInvariantUUID":"1e8c90b4-3cec-411f-99df-b05c56e45314","resourceCustomizationUUID":"62c1c5f0-9e5e-4512-a247-83e33eb82c14","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":"a7ef1698-82fa-4308-a727-f16d63e37a56","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":"ZTYxYmRlNzIwNmQ4OGQ5YjU5N2ZjOTdhNDkzMWQ1NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69137f59-9f8b-4dbc-82a0-9c6a311ac6e9","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":"NTk5NzE4MTY5ZDVhM2FjMGVhMTZmYjQxYjY2ZDlhZWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1cc88ac-5c6f-4a4d-9c5a-e3b911d82f86","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":"2b5d6ee2-5f41-4f21-8ee0-a30c3a8ab3fe","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":"f888371a-6ec7-4fec-8664-4db48dbd3b72","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":"001ebb9a-a9eb-4800-923d-dbd8ddbd7a91","artifactVersion":"2","generatedFromUUID":"2b5d6ee2-5f41-4f21-8ee0-a30c3a8ab3fe"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MTdlZTE4NTA2ZDNkMDVhMTdkYTc4ZTVlNzk4ODBhYjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63ad063e-a579-49af-a5f7-17f17f45802d","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"N2U2NzNiYjgyODMzZGU4MDJhY2RjM2ZiY2NkNWM2NWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"390f05d8-1b1d-4213-ac0b-8642ed153bd0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-11T03:53:49.947Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:53:49.948Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:53:49.949Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:53:49.949Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241224238, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:53:50.049Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:53:50.050Z||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-11T03:53:50.050Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:53:50.058Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:53:50.058Z||pool-118-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-05-11T03:53:50.950Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:53:50.950Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:53:50.952Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:53:50.952Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241224238, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:53:51.052Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:53:51.052Z||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-11T03:53:51.053Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:53:51.061Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:53:51.062Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-11T03:53:51.952Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:53:51.953Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:53:51.954Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:53:51.954Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241224238, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:53:52.054Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:53:52.055Z||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-11T03:53:52.055Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:53:52.062Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:53:52.062Z||pool-120-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:53:52.954Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:53:52.955Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:53:52.957Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:53:52.957Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241224238, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-11T03:53:53.057Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:53:53.057Z||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-11T03:53:53.057Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:53:53.066Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:53:53.066Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:53:53.957Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:53:53.957Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:53:53.959Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:53:53.959Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241224238, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:53:54.059Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:53:54.060Z||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-11T03:53:54.060Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:53:54.069Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:53:54.069Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:53:54.960Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:53:54.961Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:53:54.962Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:53:54.962Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241224238, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-11T03:53:55.062Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:53:55.063Z||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-11T03:53:55.063Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:53:55.072Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:53:55.073Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:53:55.962Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:53:55.963Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:53:55.964Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:53:55.964Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241224238, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:53:56.065Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-11T03:53:56.065Z||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-11T03:53:56.065Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:53:56.313Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:53:56.313Z||pool-124-thread-1|||||INFO|500||cambria reply ok (248 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:53:56.965Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-11T03:53:56.965Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:53:56.967Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:53:56.967Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241224238, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:53:57.067Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:53:57.068Z||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-11T03:53:57.068Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:53:57.077Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:53:57.077Z||pool-125-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:53:57.968Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "fb67a1bc-d79f-48da-9c36-a4442d58577f", "serviceDescription": "service", "serviceInvariantUUID": "4811a2b5-21ce-4dd5-af73-5d32421c34d0", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "62c1c5f0-9e5e-4512-a247-83e33eb82c14", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c3ed3a61-f5d9-44b1-90e4-213413d329a7", "resourceInvariantUUID": "1e8c90b4-3cec-411f-99df-b05c56e45314", "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": "NTk5NzE4MTY5ZDVhM2FjMGVhMTZmYjQxYjY2ZDlhZWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1cc88ac-5c6f-4a4d-9c5a-e3b911d82f86", "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": "2b5d6ee2-5f41-4f21-8ee0-a30c3a8ab3fe", "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": "001ebb9a-a9eb-4800-923d-dbd8ddbd7a91", "generatedFromUUID": "2b5d6ee2-5f41-4f21-8ee0-a30c3a8ab3fe" }, "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": "001ebb9a-a9eb-4800-923d-dbd8ddbd7a91", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "N2U2NzNiYjgyODMzZGU4MDJhY2RjM2ZiY2NkNWM2NWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "390f05d8-1b1d-4213-ac0b-8642ed153bd0" } ], "workloadContext": "Production" } 2022-05-11T03:53:57.968Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-11T03:53:57.968Z|b3ccf926-6b09-40ba-a948-f82ea7bb528d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fb67a1bc-d79f-48da-9c36-a4442d58577f ASDC 2022-05-11T03:53:57.969Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:d73017a5-0927-4523-81b6-da065fc1211c ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:fb67a1bc-d79f-48da-9c36-a4442d58577f ServiceInvariantUUID:4811a2b5-21ce-4dd5-af73-5d32421c34d0 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:390f05d8-1b1d-4213-ac0b-8642ed153bd0 ArtifactChecksum:N2U2NzNiYjgyODMzZGU4MDJhY2RjM2ZiY2NkNWM2NWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:62c1c5f0-9e5e-4512-a247-83e33eb82c14 ResourceInvariantUUID:1e8c90b4-3cec-411f-99df-b05c56e45314 ResourceName:basicclamp ResourceType:VF ResourceUUID:c3ed3a61-f5d9-44b1-90e4-213413d329a7 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:e1cc88ac-5c6f-4a4d-9c5a-e3b911d82f86 ArtifactChecksum:NTk5NzE4MTY5ZDVhM2FjMGVhMTZmYjQxYjY2ZDlhZWU= 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:2b5d6ee2-5f41-4f21-8ee0-a30c3a8ab3fe 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:001ebb9a-a9eb-4800-923d-dbd8ddbd7a91 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:001ebb9a-a9eb-4800-923d-dbd8ddbd7a91 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-11T03:53:57.969Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb67a1bc-d79f-48da-9c36-a4442d58577f 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-11T03:53:57.997Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-11T03:53:57.998Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-11T03:53:57.998Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-11T03:53:57.998Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 390f05d8-1b1d-4213-ac0b-8642ed153bd0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-11T03:53:57.998Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-11T03:53:57.998Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-11T03:53:58.727Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-11T03:53:58.730Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 390f05d8-1b1d-4213-ac0b-8642ed153bd0 73660 2022-05-11T03:53:58.730Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:53:58.730Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:53:58.730Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:53:58.730Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:53:58.732Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:53:58.732Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241238730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:53:58.832Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:53:58.832Z||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-11T03:53:58.833Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:53:58.842Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:53:58.842Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:53:59.732Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-11T03:53:59.733Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-11T03:53:59.733Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 390f05d8-1b1d-4213-ac0b-8642ed153bd0, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-11T03:53:59.733Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-05-11T03:53:59.734Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-11T03:53:59.734Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-11T03:53:59.812Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7279440889527760217/Definitions/service-Basicclamp-template.yml 2022-05-11T03:53:59.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:53:59.853Z||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-11T03:53:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:53:59.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:53:59.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:53:59.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "clamp", "timestamp": 1652241066017, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:53:59.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:53:59.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:53:59.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "clamp", "timestamp": 1652241067020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:53:59.871Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:53:59.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:53:59.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "clamp", "timestamp": 1652241070415, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-11T03:53:59.871Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:53:59.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:53:59.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "clamp", "timestamp": 1652241071418, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_ERROR" } 2022-05-11T03:53:59.871Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:53:59.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:53:59.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "clamp", "timestamp": 1652241072422, "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-11T03:53:59.878Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of d73017a5-0927-4523-81b6-da065fc1211c 2022-05-11T03:53:59.879Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d73017a5-0927-4523-81b6-da065fc1211c 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 (?, ?, ?, ?, ?) 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-11T03:54:00.599Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-11T03:54:00.600Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-11T03:54:00.600Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-11T03:54:00.600Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-11T03:54:00.600Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:00.600Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:00.600Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:00.600Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:00.600Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:00.600Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:00.600Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:00.600Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:00.600Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:00.600Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-11T03:54:00.600Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:00.600Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:54:00.600Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-11T03:54:00.601Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-11T03:54:00.601Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-11T03:54:00.601Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:00.601Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:54:00.601Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-11T03:54:00.601Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-11T03:54:00.601Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-11T03:54:00.601Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:00.601Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:54:00.601Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:00.601Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-11T03:54:00.602Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-11T03:54:00.602Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-11T03:54:00.602Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-11T03:54:00.602Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-11T03:54:00.602Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-11T03:54:00.602Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:00.602Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-11T03:54:00.602Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:00.602Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-11T03:54:00.602Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:54:00.602Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:00.603Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-11T03:54:00.603Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:54:00.603Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:00.603Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-11T03:54:00.603Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:54:00.603Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:00.603Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-11T03:54:00.603Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-11T03:54:00.603Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-11T03:54:00.603Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=da4c57a2-dfff-4a6c-84b1-38ef308fbf36 2022-05-11T03:54:00.603Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:00.603Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:54:00.603Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:00.604Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:54:00.604Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:00.604Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:54:00.604Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:00.604Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:54:00.604Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:fb67a1bc-d79f-48da-9c36-a4442d58577f Model Version:NULL Model InvariantUuid:4811a2b5-21ce-4dd5-af73-5d32421c34d0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:bd0ac05c-4696-4402-9c47-23cc8514f8cf Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1e8c90b4-3cec-411f-99df-b05c56e45314 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:62c1c5f0-9e5e-4512-a247-83e33eb82c14 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e0545c37-09c0-4d5d-9c54-26f01100ade0 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:3749e18c-3534-4f6e-90ab-f979c9c2e45b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:da4c57a2-dfff-4a6c-84b1-38ef308fbf36 ModelInvariantUuid:94cba32a-48a2-43e9-a1dc-5a7abfaf78ba ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:96c2b2fa-1939-4afb-9b21-e7ab1d5a04af ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:eebd187c-5d09-4812-a5b1-f5c83e2b3dfc ModelInvariantUuid:d6c4ca44-e703-4dc6-8563-3a369e29fece ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:72fb13f5-e1c9-44b8-851c-13666a6e0792 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-11T03:54:00.609Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c3ed3a61-f5d9-44b1-90e4-213413d329a7 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-11T03:54:00.611Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||basicclamp 0 2022-05-11T03:54:00.611Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c3ed3a61-f5d9-44b1-90e4-213413d329a7 2022-05-11T03:54:00.611Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e1cc88ac-5c6f-4a4d-9c5a-e3b911d82f86 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-11T03:54:00.611Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-11T03:54:00.611Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:00.821Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-11T03:54:00.822Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json e1cc88ac-5c6f-4a4d-9c5a-e3b911d82f86 790 2022-05-11T03:54:00.822Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:00.822Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:00.822Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:54:00.823Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:54:00.824Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:54:00.824Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241240822, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:54:00.924Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:54:00.925Z||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-11T03:54:00.925Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:54:00.936Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:54:00.937Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:54:01.825Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e0545c37-09c0-4d5d-9c54-26f01100ade0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3749e18c-3534-4f6e-90ab-f979c9c2e45b", "vfModuleModelCustomizationUUID": "2d915066-56aa-44b0-82df-0950f4b6aca7", "isBase": true, "artifacts": [ "2b5d6ee2-5f41-4f21-8ee0-a30c3a8ab3fe", "001ebb9a-a9eb-4800-923d-dbd8ddbd7a91" ], "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-11T03:54:01.827Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3749e18c-3534-4f6e-90ab-f979c9c2e45b VfModuleModelInvariantUUID:e0545c37-09c0-4d5d-9c54-26f01100ade0 VfModuleModelDescription:NULL Artifacts UUID List:{ 2b5d6ee2-5f41-4f21-8ee0-a30c3a8ab3fe , 001ebb9a-a9eb-4800-923d-dbd8ddbd7a91 } 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-11T03:54:01.828Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e0545c37-09c0-4d5d-9c54-26f01100ade0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3749e18c-3534-4f6e-90ab-f979c9c2e45b", "vfModuleModelCustomizationUUID": "2d915066-56aa-44b0-82df-0950f4b6aca7", "isBase": true, "artifacts": [ "2b5d6ee2-5f41-4f21-8ee0-a30c3a8ab3fe", "001ebb9a-a9eb-4800-923d-dbd8ddbd7a91" ], "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-11T03:54:01.829Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3749e18c-3534-4f6e-90ab-f979c9c2e45b VfModuleModelInvariantUUID:e0545c37-09c0-4d5d-9c54-26f01100ade0 VfModuleModelDescription:NULL Artifacts UUID List:{ 2b5d6ee2-5f41-4f21-8ee0-a30c3a8ab3fe , 001ebb9a-a9eb-4800-923d-dbd8ddbd7a91 } 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-11T03:54:01.829Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2b5d6ee2-5f41-4f21-8ee0-a30c3a8ab3fe from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-11T03:54:01.829Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-11T03:54:01.829Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:02.039Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-11T03:54:02.040Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2b5d6ee2-5f41-4f21-8ee0-a30c3a8ab3fe 5033 2022-05-11T03:54:02.040Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:02.040Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:02.040Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:54:02.040Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:54:02.042Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:54:02.042Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241242040, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:54:02.142Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:54:02.142Z||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-11T03:54:02.143Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:54:02.150Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:54:02.151Z||pool-128-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:54:03.042Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 001ebb9a-a9eb-4800-923d-dbd8ddbd7a91 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-11T03:54:03.043Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-11T03:54:03.043Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:03.222Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-11T03:54:03.222Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 001ebb9a-a9eb-4800-923d-dbd8ddbd7a91 909 2022-05-11T03:54:03.222Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:03.222Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:03.222Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-11T03:54:03.222Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:54:03.224Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:54:03.224Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241243222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:54:03.324Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:54:03.325Z||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-11T03:54:03.325Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:54:03.335Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:54:03.336Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:54:04.224Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: fb67a1bc-d79f-48da-9c36-a4442d58577f 2022-05-11T03:54:04.225Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 c3ed3a61-f5d9-44b1-90e4-213413d329a7 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-11T03:54:04.234Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4972c19d, org.onap.sdc.toscaparser.api.parameters.Input@5b3ceb95, org.onap.sdc.toscaparser.api.parameters.Input@5ed64434, org.onap.sdc.toscaparser.api.parameters.Input@73f48386, org.onap.sdc.toscaparser.api.parameters.Input@2cd5da4c] 2022-05-11T03:54:04.235Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:04.235Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:54:04.235Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-05-11T03:54:04.235Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 62c1c5f0-9e5e-4512-a247-83e33eb82c14 2022-05-11T03:54:04.235Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 62c1c5f0-9e5e-4512-a247-83e33eb82c14 matches Tosca VF Customization UUID: 62c1c5f0-9e5e-4512-a247-83e33eb82c14 2022-05-11T03:54:04.235Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 62c1c5f0-9e5e-4512-a247-83e33eb82c14 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-11T03:54:04.237Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:04.237Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:54:04.237Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 62c1c5f0-9e5e-4512-a247-83e33eb82c14: {\"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-11T03:54:04.237Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b2da966 2022-05-11T03:54:04.238Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:04.238Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-11T03:54:04.238Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d915066-56aa-44b0-82df-0950f4b6aca7 2022-05-11T03:54:04.238Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d915066-56aa-44b0-82df-0950f4b6aca7 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-11T03:54:04.240Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:04.240Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-11T03:54:04.240Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:54:04.240Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:04.240Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-11T03:54:04.240Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:54:04.240Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:04.241Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-11T03:54:04.241Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-11T03:54:04.241Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-11T03:54:04.241Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=da4c57a2-dfff-4a6c-84b1-38ef308fbf36 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-11T03:54:04.243Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:04.243Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-11T03:54:04.243Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-11T03:54:04.243Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:04.244Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-11T03:54:04.244Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=62c1c5f0-9e5e-4512-a247-83e33eb82c14 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-11T03:54:04.245Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:04.245Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:54:04.245Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid fb67a1bc-d79f-48da-9c36-a4442d58577f: basicclamp 2022-05-11T03:54:04.245Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:04.245Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:54:04.246Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:04.246Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:54:04.246Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:04.246Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:54:04.246Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:04.246Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:54:04.246Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-11T03:54:04.247Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-11T03:54:04.247Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:04.307Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp c3ed3a61-f5d9-44b1-90e4-213413d329a7 1 ASDC deployResourceStructure 2022-05-11T03:54:04.308Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:04.308Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:04.308Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:54:04.308Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:54:04.310Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:54:04.310Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241244308, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-11T03:54:04.410Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:54:04.411Z||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-11T03:54:04.411Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:54:04.419Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:54:04.419Z||pool-130-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:54:05.311Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:05.311Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:05.311Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:54:05.311Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:54:05.313Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:54:05.313Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241245310, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-11T03:54:05.413Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:54:05.414Z||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-11T03:54:05.414Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:54:05.424Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:54:05.424Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:54:06.314Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:06.314Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:06.314Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:54:06.314Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:54:06.316Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:54:06.316Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241246314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-11T03:54:06.416Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:54:06.416Z||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-11T03:54:06.417Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:54:06.426Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:54:06.426Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:54:07.316Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:07.317Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:07.317Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-11T03:54:07.317Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:54:07.319Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:54:07.319Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241247316, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:54:07.419Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-11T03:54:07.419Z||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-11T03:54:07.420Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:54:07.429Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:54:07.429Z||pool-133-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-11T03:54:08.319Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d73017a5-0927-4523-81b6-da065fc1211c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:54:08.329Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d73017a5-0927-4523-81b6-da065fc1211c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-11T03:54:08.331Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-11T03:54:08.331Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-11T03:54:08.331Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-11T03:54:08.331Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-11T03:54:08.331Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:54:08.331Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-11T03:54:08.331Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-11T03:54:08.331Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:08.335Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-11T03:54:38.335Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d73017a5-0927-4523-81b6-da065fc1211c 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-11T03:54:38.341Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d73017a5-0927-4523-81b6-da065fc1211c and serviceModelVersionId: fb67a1bc-d79f-48da-9c36-a4442d58577f 2022-05-11T03:54:38.342Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4811a2b5-21ce-4dd5-af73-5d32421c34d0 2022-05-11T03:54:38.342Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4811a2b5-21ce-4dd5-af73-5d32421c34d0/model-vers/model-ver/fb67a1bc-d79f-48da-9c36-a4442d58577f?depth=0 2022-05-11T03:54:38.346Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-11T03:54:38.375Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4811a2b5-21ce-4dd5-af73-5d32421c34d0/model-vers/model-ver/fb67a1bc-d79f-48da-9c36-a4442d58577f?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-11T03:54:38.376Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4811a2b5-21ce-4dd5-af73-5d32421c34d0/model-vers/model-ver/fb67a1bc-d79f-48da-9c36-a4442d58577f?depth=0|INFO|500||Invoke 2022-05-11T03:54:38.392Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4811a2b5-21ce-4dd5-af73-5d32421c34d0/model-vers/model-ver/fb67a1bc-d79f-48da-9c36-a4442d58577f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-05-11T03:54:38.914Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4811a2b5-21ce-4dd5-af73-5d32421c34d0/model-vers/model-ver/fb67a1bc-d79f-48da-9c36-a4442d58577f?depth=0|INFO|500||InvokeReturn 2022-05-11T03:54:38.914Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4811a2b5-21ce-4dd5-af73-5d32421c34d0/model-vers/model-ver/fb67a1bc-d79f-48da-9c36-a4442d58577f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220511-03:54:38:399-53218], vertex-id=[217320], Content-Length=[0], Date=[Wed, 11 May 2022 03:54:38 GMT], Content-Type=[application/json]} 2022-05-11T03:54:38.914Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-05-11T03:54:38.915Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-11T03:54:38.915Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:38.919Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||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-11T03:54:38.919Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d73017a5-0927-4523-81b6-da065fc1211c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2022-05-11T03:54:38.919Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-11T03:54:38.919Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-11T03:54:38.921Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-11T03:54:38.921Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241278919, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-05-11T03:54:39.021Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-11T03:54:39.022Z||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-11T03:54:39.023Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as q9eVg9liXaFP1Zul) ... 2022-05-11T03:54:39.035Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:54:39.036Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-11T03:54:39.935Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:54:39.935Z|d73017a5-0927-4523-81b6-da065fc1211c|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-11T03:54:39.935Z|d73017a5-0927-4523-81b6-da065fc1211c|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:54:49.463Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:54:49.464Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:54:49.464Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T03:54:49.464Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:54:58.992Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:54:58.992Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:54:58.993Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T03:54:58.993Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:54:59.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:54:59.853Z||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-11T03:54:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:54:59.866Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:54:59.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:54:59.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b3ccf926-6b09-40ba-a948-f82ea7bb528d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241223226, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-11T03:54:59.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:54:59.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:54:59.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241224238, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-11T03:54:59.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-11T03:54:59.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:54:59.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241224238, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:54:59.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-11T03:54:59.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:54:59.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241224238, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-11T03:54:59.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-11T03:54:59.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:54:59.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241224238, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-11T03:54:59.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-11T03:54:59.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:54:59.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241224238, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-11T03:54:59.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-11T03:54:59.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:54:59.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241224238, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-11T03:54:59.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-11T03:54:59.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:54:59.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241224238, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-11T03:54:59.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-11T03:54:59.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:54:59.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241224238, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-11T03:54:59.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-05-11T03:54:59.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-11T03:54:59.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241238730, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-11T03:54:59.869Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:55:08.518Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:55:08.519Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:55:08.519Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T03:55:08.519Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:55:18.049Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:55:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:55:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T03:55:59.852Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:55:59.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:55:59.853Z||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-11T03:55:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:56:00.370Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:56:00.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:56:00.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241240822, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-11T03:56:00.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:56:00.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:56:00.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241242040, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-11T03:56:00.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:56:00.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:56:00.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241243222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-11T03:56:00.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:56:00.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:56:00.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241244308, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-11T03:56:00.372Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:56:00.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:56:00.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241245310, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-11T03:56:00.372Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:56:00.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:56:00.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241246314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-11T03:56:00.372Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:56:00.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:56:00.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241247316, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-11T03:56:00.372Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:56:00.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-11T03:56:00.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d73017a5-0927-4523-81b6-da065fc1211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652241278919, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-05-11T03:56:00.372Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-11T03:56:09.388Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:56:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:56:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T03:56:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:56:59.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:56:59.853Z||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-11T03:56:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:57:09.385Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:57:09.386Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:57:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:57:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T03:57:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:57:59.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:57:59.853Z||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-11T03:57:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:58:09.395Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:58:09.396Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:58:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:58:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T03:58:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:58:59.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:58:59.853Z||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-11T03:58:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:59:09.383Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:59:09.394Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T03:59:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:59:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T03:59:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T03:59:59.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T03:59:59.853Z||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-11T03:59:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:00:09.384Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:00:09.384Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:00:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:00:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T04:00:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:00:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:00:59.854Z||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-11T04:00:59.854Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:01:09.383Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:01:09.384Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:01:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:01:59.852Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T04:01:59.852Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:01:59.853Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:01:59.853Z|d73017a5-0927-4523-81b6-da065fc1211c|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-11T04:01:59.853Z|d73017a5-0927-4523-81b6-da065fc1211c|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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:02:09.383Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:02:09.384Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:02:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:02:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T04:02:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:02:59.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:02:59.853Z||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-11T04:02:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:03:09.383Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:03:09.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:03:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:03:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T04:03:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:03:59.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:03:59.853Z||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-11T04:03:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:04:09.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:04:09.385Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:04:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:04:59.852Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T04:04:59.852Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:04:59.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:04:59.853Z||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-11T04:04:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:05:09.383Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:05:09.385Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:05:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:05:59.852Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T04:05:59.852Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:05:59.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:05:59.853Z||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-11T04:05:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:06:09.385Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:06:09.386Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:06:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:06:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T04:06:59.852Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:06:59.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:06:59.853Z||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-11T04:06:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:07:09.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:07:09.383Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:07:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:07:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T04:07:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:07:59.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:07:59.853Z||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-11T04:07:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:08:09.399Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:08:09.399Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:08:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:08:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T04:08:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:08:59.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:08:59.853Z||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-11T04:08:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:09:09.383Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:09:09.384Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:09:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:09:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T04:09:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:09:59.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:09:59.853Z||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-11T04:09:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:10:09.384Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:10:09.385Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:10:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:10:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T04:10:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:10:59.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:10:59.853Z||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-11T04:10:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:11:09.382Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:11:09.384Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:11:59.851Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:11:59.852Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T04:11:59.852Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:11:59.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:11:59.853Z||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-11T04:11:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:12:09.383Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:12:09.385Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:12:59.851Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:12:59.851Z|d73017a5-0927-4523-81b6-da065fc1211c|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-11T04:12:59.852Z|d73017a5-0927-4523-81b6-da065fc1211c|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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:12:59.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:12:59.853Z||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-11T04:12:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:13:09.383Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:13:09.384Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:13:59.851Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:13:59.851Z|d73017a5-0927-4523-81b6-da065fc1211c|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-11T04:13:59.851Z|d73017a5-0927-4523-81b6-da065fc1211c|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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:13:59.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:13:59.853Z||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-11T04:13:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:14:09.383Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:14:09.383Z|d73017a5-0927-4523-81b6-da065fc1211c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:14:59.851Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:14:59.851Z||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-11T04:14:59.851Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:14:59.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:14:59.853Z||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-11T04:14:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:15:09.383Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:15:09.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:15:59.851Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:15:59.851Z||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-11T04:15:59.851Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:15:59.853Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:15:59.853Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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-11T04:15:59.853Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:16:09.381Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:16:09.383Z|aaf6397e-22e9-488c-a85e-e6f6e67514d0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:16:59.851Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:16:59.851Z||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-11T04:16:59.851Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:16:59.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-11T04:16:59.853Z||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-11T04:16:59.853Z||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 q9eVg9liXaFP1Zul) ... 2022-05-11T04:17:09.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-11T04:17:09.382Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK