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-10-22T05:23:31.529Z||main|||||INFO|500||The following profiles are active: basic 2022-10-22T05:23:43.568Z||main|||||INFO|500||Starting service [Tomcat] 2022-10-22T05:23:43.570Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-10-22T05:23:43.746Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-10-22T05:23:48.035Z||main|||||INFO|500||catdb-pool - Starting... 2022-10-22T05:23:48.492Z||main|||||INFO|500||catdb-pool - Start completed. 2022-10-22T05:23:49.168Z||main|||||INFO|500||reqdb-pool - Starting... 2022-10-22T05:23:49.187Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-10-22T05:23:49.356Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-10-22T05:23:49.701Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-10-22T05:23:50.337Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-10-22T05:23:52.383Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-22T05:23:54.840Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-22T05:23:54.900Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-10-22T05:23:55.604Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-22T05:23:55.852Z||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-10-22T05:23:57.216Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-22T05:23:58.356Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-10-22T05:23:58.382Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$1cee29c1.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-10-22T05:23:58.384Z||main|||||WARN|500||The sdc end point is not alive 2022-10-22T05:24:01.793Z||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-10-22T05:24:05.094Z||main|||||WARN|500||--- 2022-10-22T05:24:05.094Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-10-22T05:24:05.095Z||main|||||WARN|500||--- 2022-10-22T05:24:05.548Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-10-22T05:24:10.903Z||main|||||INFO|500||Started Application in 42.604 seconds (JVM running for 45.296) 2022-10-22T05:24:10.942Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-10-22T05:24:10.947Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-10-22T05:24:10.975Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-10-22T05:24:11.014Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-10-22T05:24:11.063Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b803988d-026f-40bb-aeb8-370abb96c432 url= /sdc/v1/artifactTypes 2022-10-22T05:24:11.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-10-22T05:24:11.381Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-10-22T05:24:11.413Z||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-10-22T05:24:11.446Z||scheduling-1|||||DEBUG|500||create keys 2022-10-22T05:24:11.455Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-10-22T05:24:11.532Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:24:11.559Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8c262b91-4f73-4eff-b08d-0db46a31d44f url= /sdc/v1/registerForDistribution 2022-10-22T05:24:11.670Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8c262b91-4f73-4eff-b08d-0db46a31d44f url= /sdc/v1/registerForDistribution 2022-10-22T05:24:11.671Z||scheduling-1|||||INFO|500||start DistributionClient 2022-10-22T05:24:11.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:24:11.694Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:24:11.695Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-10-22T05:24:11.708Z||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-10-22T05:24:11.709Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:24:11.713Z||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-10-22T05:24:11.728Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:24:22.025Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:24:22.058Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:25:11.680Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:25:11.683Z||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-10-22T05:25:11.683Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:25:11.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:25:11.688Z||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-10-22T05:25:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:25:21.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:25:21.238Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:26:11.679Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:26:11.680Z||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-10-22T05:26:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:26:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:26:11.688Z||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-10-22T05:26:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:26:21.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:26:21.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:27:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:27:11.682Z||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-10-22T05:27:11.682Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:27:11.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:27:11.688Z||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-10-22T05:27:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:27:21.230Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:27:21.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:28:11.680Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:28:11.682Z||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-10-22T05:28:11.682Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:28:11.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:28:11.687Z||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-10-22T05:28:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:28:21.233Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:28:21.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:29:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:29:11.680Z||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-10-22T05:29:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:29:11.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:29:11.688Z||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-10-22T05:29:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:29:21.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:29:21.254Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:30:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:30:11.682Z||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-10-22T05:30:11.682Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:30:11.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:30:11.687Z||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-10-22T05:30:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:30:21.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:30:21.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:31:11.679Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:31:11.680Z||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-10-22T05:31:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:31:11.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:31:11.689Z||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-10-22T05:31:11.689Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:31:21.230Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:31:21.230Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:32:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:32:11.680Z||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-10-22T05:32:11.680Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:32:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:32:11.689Z||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-10-22T05:32:11.689Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:32:21.225Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:32:21.245Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:33:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:33:11.681Z||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-10-22T05:33:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:33:11.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:33:11.687Z||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-10-22T05:33:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:33:21.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:33:21.252Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:34:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:34:11.681Z||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-10-22T05:34:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:34:11.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:34:11.687Z||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-10-22T05:34:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:34:12.950Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-10-22T05:34:21.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:34:21.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:35:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:35:11.682Z||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-10-22T05:35:11.682Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:35:11.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:35:11.688Z||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-10-22T05:35:11.689Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:35:21.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:35:21.240Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:36:11.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:36:11.682Z||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-10-22T05:36:11.682Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:36:11.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:36:11.687Z||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-10-22T05:36:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:36:21.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:36:21.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:37:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:37:11.683Z||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-10-22T05:37:11.683Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:37:11.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:37:11.687Z||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-10-22T05:37:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:37:21.244Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:37:21.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:38:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:38:11.681Z||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-10-22T05:38:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:38:11.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:38:11.688Z||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-10-22T05:38:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:38:21.229Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:38:21.241Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:39:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:39:11.681Z||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-10-22T05:39:11.682Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:39:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:39:11.687Z||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-10-22T05:39:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:39:21.227Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:39:21.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:40:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:40:11.681Z||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-10-22T05:40:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:40:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:40:11.688Z||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-10-22T05:40:11.689Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:40:21.267Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:40:21.271Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:41:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:41:11.681Z||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-10-22T05:41:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:41:11.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:41:11.688Z||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-10-22T05:41:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:41:21.273Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:41:21.275Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:42:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:42:11.681Z||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-10-22T05:42:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:42:11.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:42:11.688Z||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-10-22T05:42:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:42:21.229Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:42:21.235Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:43:11.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:43:11.681Z||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-10-22T05:43:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:43:11.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:43:11.687Z||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-10-22T05:43:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:43:21.232Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:43:21.233Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:44:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:44:11.681Z||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-10-22T05:44:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:44:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:44:11.687Z||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-10-22T05:44:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:44:21.233Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:44:21.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:45:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:45:11.685Z||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-10-22T05:45:11.685Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:45:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:45:11.688Z||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-10-22T05:45:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:45:21.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:45:21.250Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:46:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:46:11.681Z||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-10-22T05:46:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:46:11.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:46:11.687Z||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-10-22T05:46:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:46:21.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:46:21.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:47:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:47:11.680Z||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-10-22T05:47:11.680Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:47:11.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:47:11.688Z||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-10-22T05:47:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:47:21.229Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:47:21.230Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:48:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:48:11.680Z||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-10-22T05:48:11.680Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:48:11.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:48:11.687Z||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-10-22T05:48:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:48:21.227Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:48:21.227Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:49:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:49:11.680Z||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-10-22T05:49:11.680Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:49:11.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:49:11.688Z||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-10-22T05:49:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:49:21.226Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:49:21.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:50:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:50:11.680Z||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-10-22T05:50:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:50:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:50:11.687Z||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-10-22T05:50:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:50:21.225Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:50:21.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:51:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:51:11.680Z||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-10-22T05:51:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:51:11.687Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:51:11.687Z||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-10-22T05:51:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:51:21.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:51:21.280Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:52:11.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:52:11.681Z||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-10-22T05:52:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:52:11.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:52:11.687Z||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-10-22T05:52:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:52:21.227Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:52:21.229Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:53:11.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:53:11.681Z||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-10-22T05:53:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:53:11.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:53:11.687Z||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-10-22T05:53:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:53:21.230Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:53:21.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:54:11.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:54:11.683Z||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-10-22T05:54:11.683Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:54:11.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:54:11.687Z||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-10-22T05:54:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:54:21.230Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:54:21.230Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:55:11.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:55:11.680Z||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-10-22T05:55:11.680Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:55:11.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:55:11.687Z||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-10-22T05:55:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:55:21.230Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:55:21.267Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:56:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:56:11.680Z||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-10-22T05:56:11.680Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:56:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:56:11.689Z||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-10-22T05:56:11.689Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:56:21.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:56:21.268Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:57:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:57:11.680Z||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-10-22T05:57:11.680Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:57:11.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:57:11.688Z||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-10-22T05:57:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:57:21.226Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:57:21.230Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:58:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:58:11.680Z||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-10-22T05:58:11.680Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:58:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:58:11.687Z||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-10-22T05:58:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:58:21.230Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:58:21.256Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:59:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:59:11.680Z||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-10-22T05:59:11.680Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:59:11.687Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T05:59:11.688Z||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-10-22T05:59:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T05:59:21.232Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T05:59:21.233Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:00:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:00:11.681Z||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-10-22T06:00:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:00:11.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:00:11.688Z||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-10-22T06:00:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:00:21.236Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:00:21.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:01:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:01:11.680Z||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-10-22T06:01:11.680Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:01:11.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:01:11.687Z||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-10-22T06:01:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:01:21.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:01:21.229Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:02:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:02:11.683Z||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-10-22T06:02:11.683Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:02:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:02:11.687Z||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-10-22T06:02:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:02:21.229Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:02:21.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:03:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:03:11.680Z||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-10-22T06:03:11.680Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:03:11.688Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:03:11.689Z||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-10-22T06:03:11.690Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:03:21.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:03:21.251Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:04:11.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:04:11.681Z||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-10-22T06:04:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:04:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:04:11.695Z||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-10-22T06:04:11.695Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:04:12.311Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:04:12.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"8a8fa059-76cb-4ec2-91f3-381ec35b44e2","serviceName":"vFW 2022-10-22 06-02-55","serviceVersion":"1.0","serviceUUID":"ae133a22-3c61-4acd-a3a8-8703ab2fbbbb","serviceDescription":"catalog service description","serviceInvariantUUID":"73e55da7-962c-4a2a-b97e-8fa9ffe11d04","resources":[{"resourceInstanceName":"vFW 9264dd17-47cc 0","resourceName":"vFW 9264dd17-47cc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5d10849b-c4ea-4f8c-a2a5-fd531513ef43","resourceInvariantUUID":"bc6f3258-1eda-49ec-b632-926c5106cdf5","resourceCustomizationUUID":"e90d1854-1706-4de0-b264-c60a06646361","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vf-license-model.xml","artifactChecksum":"MmQxMzI5MDNhNGYwOTk0ZmM1NjczNTcwYmE3NDE4ODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a84a40eb-4c9f-4045-baf5-2760eab9a42a","artifactVersion":"1"},{"artifactName":"vfw9264dd1747cc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json","artifactChecksum":"ZjdiYzg3MGNmYjZlZTRiMmE5ZTU2NDNlNDI2NTVhZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ec239a44-9cec-4e57-a844-f0372eb3fa7e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vendor-license-model.xml","artifactChecksum":"MmQxYzIxMWZlNTU2ZjI5YmM4MjQ5YTRlN2YzNDczYTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4a506e79-acd6-4509-a382-b349ec8071b8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f0e1de53-6d97-4492-a368-c083aa8b4578","artifactVersion":"2","generatedFromUUID":"017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221022060255-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-template.yml","artifactChecksum":"MzA4OGU0N2UyYzIwZDEyOTM3NjFhYmRjNjJiNmY4NzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eeb5c95-4ded-4cf0-9c12-5860802371ec","artifactVersion":"1"},{"artifactName":"service-Vfw20221022060255-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar","artifactChecksum":"MTA3MzllOWQ4MmU3OGFkNDg5YmYwODgzYzU0NWY5M2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc4fe24f-2de4-43da-b60c-3a86e5b3e268","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-22T06:04:12.327Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:04:12.330Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:04:12.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "multicloud-k8s-id", "timestamp": 1666418629621, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.340Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:04:12.353Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:04:12.353Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418651679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "aai-ml", "timestamp": 1666418630713, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "ves-openapi-manager", "timestamp": 1666418629384, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "cds", "timestamp": 1666418624533, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418628093, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "aai-ml", "timestamp": 1666418630713, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "multicloud-k8s-id", "timestamp": 1666418629621, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json", "status": "NOTIFIED" } 2022-10-22T06:04:12.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "ves-openapi-manager", "timestamp": 1666418629384, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "cds", "timestamp": 1666418624533, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418628093, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "multicloud-k8s-id", "timestamp": 1666418629621, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-22T06:04:12.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "aai-ml", "timestamp": 1666418630713, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "ves-openapi-manager", "timestamp": 1666418629384, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "cds", "timestamp": 1666418624533, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418628093, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "multicloud-k8s-id", "timestamp": 1666418629621, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "aai-ml", "timestamp": 1666418630713, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "ves-openapi-manager", "timestamp": 1666418629384, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "cds", "timestamp": 1666418624533, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418628093, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "multicloud-k8s-id", "timestamp": 1666418629621, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-22T06:04:12.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "aai-ml", "timestamp": 1666418630713, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "ves-openapi-manager", "timestamp": 1666418629384, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418628093, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "cds", "timestamp": 1666418624533, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "multicloud-k8s-id", "timestamp": 1666418629621, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "ves-openapi-manager", "timestamp": 1666418629384, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "aai-ml", "timestamp": 1666418630713, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "cds", "timestamp": 1666418624533, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418628093, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "multicloud-k8s-id", "timestamp": 1666418629621, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:04:12.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "ves-openapi-manager", "timestamp": 1666418629384, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:12.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "aai-ml", "timestamp": 1666418630713, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:04:12.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418628093, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:04:12.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "cds", "timestamp": 1666418624533, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:04:12.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:04:12.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "multicloud-k8s-id", "timestamp": 1666418640102, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-22T06:04:12.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:04:12.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "aai-ml", "timestamp": 1666418639408, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:04:12.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:04:12.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418640149, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:04:12.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:04:12.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "cds", "timestamp": 1666418639479, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:04:12.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:04:12.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "multicloud-k8s-id", "timestamp": 1666418641183, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:04:12.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:04:12.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "cds", "timestamp": 1666418640500, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-10-22T06:04:12.453Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 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-10-22T06:04:12.457Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-22T06:04:12.458Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:04:12.472Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:04:12.473Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-22T06:04:12.599Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 2022-10-22T06:04:12.621Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 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-10-22T06:04:12.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "multicloud-k8s-id", "timestamp": 1666418642298, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:04:12.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:04:12.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "multicloud-k8s-id", "timestamp": 1666418643428, "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-10-22T06:04:12.662Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 2022-10-22T06:04:12.662Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 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-10-22T06:04:12.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "multicloud-k8s-id", "timestamp": 1666418644460, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json", "status": "DEPLOY_OK" } 2022-10-22T06:04:12.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:04:12.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418645878, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:04:12.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:04:12.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:04:12.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418646883, "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-10-22T06:04:12.675Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 2022-10-22T06:04:12.676Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 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-10-22T06:04:13.363Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:04:13.364Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:04:13.366Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:04:13.366Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418651679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json", "status": "NOTIFIED" } 2022-10-22T06:04:13.466Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:04:13.467Z||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-10-22T06:04:13.467Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:04:13.479Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:04:13.479Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:04:14.367Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:04:14.368Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:04:14.370Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:04:14.370Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418651679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-22T06:04:14.471Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:04:14.472Z||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-10-22T06:04:14.472Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:04:14.482Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:04:14.483Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:04:15.371Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:04:15.372Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:04:15.375Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:04:15.375Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418651679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:15.475Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:04:15.477Z||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-10-22T06:04:15.478Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:04:15.488Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:04:15.489Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:04:16.376Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:04:16.377Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:04:16.379Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:04:16.379Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418651679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-22T06:04:16.479Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:04:16.480Z||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-10-22T06:04:16.481Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:04:16.498Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:04:16.498Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:04:17.380Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:04:17.381Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:04:17.383Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:04:17.383Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418651679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:04:17.483Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:04:17.484Z||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-10-22T06:04:17.484Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:04:17.496Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:04:17.497Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:04:18.384Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:04:18.385Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:04:18.387Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:04:18.387Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418651679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:04:18.487Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:04:18.488Z||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-10-22T06:04:18.488Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:04:18.498Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:04:18.498Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:04:19.389Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "serviceName": "vFW 2022-10-22 06-02-55", "serviceVersion": "1.0", "serviceUUID": "ae133a22-3c61-4acd-a3a8-8703ab2fbbbb", "serviceDescription": "catalog service description", "serviceInvariantUUID": "73e55da7-962c-4a2a-b97e-8fa9ffe11d04", "resources": [ { "resourceInstanceName": "vFW 9264dd17-47cc 0", "resourceCustomizationUUID": "e90d1854-1706-4de0-b264-c60a06646361", "resourceName": "vFW 9264dd17-47cc", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5d10849b-c4ea-4f8c-a2a5-fd531513ef43", "resourceInvariantUUID": "bc6f3258-1eda-49ec-b632-926c5106cdf5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw9264dd1747cc0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json", "artifactChecksum": "ZjdiYzg3MGNmYjZlZTRiMmE5ZTU2NDNlNDI2NTVhZjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ec239a44-9cec-4e57-a844-f0372eb3fa7e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f0e1de53-6d97-4492-a368-c083aa8b4578", "generatedFromUUID": "017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f0e1de53-6d97-4492-a368-c083aa8b4578", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221022060255-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar", "artifactChecksum": "MTA3MzllOWQ4MmU3OGFkNDg5YmYwODgzYzU0NWY5M2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc4fe24f-2de4-43da-b60c-3a86e5b3e268" } ], "workloadContext": "Production" } 2022-10-22T06:04:19.390Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-22T06:04:19.390Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ae133a22-3c61-4acd-a3a8-8703ab2fbbbb ASDC 2022-10-22T06:04:19.515Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:8a8fa059-76cb-4ec2-91f3-381ec35b44e2 ServiceName:vFW 2022-10-22 06-02-55 ServiceVersion:1.0 ServiceUUID:ae133a22-3c61-4acd-a3a8-8703ab2fbbbb ServiceInvariantUUID:73e55da7-962c-4a2a-b97e-8fa9ffe11d04 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221022060255-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar ArtifactUUID:cc4fe24f-2de4-43da-b60c-3a86e5b3e268 ArtifactChecksum:MTA3MzllOWQ4MmU3OGFkNDg5YmYwODgzYzU0NWY5M2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 9264dd17-47cc 0 ResourceCustomizationUUID:e90d1854-1706-4de0-b264-c60a06646361 ResourceInvariantUUID:bc6f3258-1eda-49ec-b632-926c5106cdf5 ResourceName:vFW 9264dd17-47cc ResourceType:VF ResourceUUID:5d10849b-c4ea-4f8c-a2a5-fd531513ef43 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw9264dd1747cc0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json ArtifactUUID:ec239a44-9cec-4e57-a844-f0372eb3fa7e ArtifactChecksum:ZjdiYzg3MGNmYjZlZTRiMmE5ZTU2NDNlNDI2NTVhZjk= 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/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml ArtifactUUID:017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa 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/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env ArtifactUUID:f0e1de53-6d97-4492-a368-c083aa8b4578 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/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env ArtifactUUID:f0e1de53-6d97-4492-a368-c083aa8b4578 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-22T06:04:19.516Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae133a22-3c61-4acd-a3a8-8703ab2fbbbb 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-10-22T06:04:19.568Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-22T06:04:19.569Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-10-22T06:04:19.570Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-10-22T06:04:19.571Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cc4fe24f-2de4-43da-b60c-3a86e5b3e268 from URL: /sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar 2022-10-22T06:04:19.571Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-10-22T06:04:19.572Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar 2022-10-22T06:04:19.674Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-10-22T06:04:19.691Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar cc4fe24f-2de4-43da-b60c-3a86e5b3e268 100632 2022-10-22T06:04:19.693Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar ASDC sendASDCNotification 2022-10-22T06:04:19.693Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar 2022-10-22T06:04:19.695Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:04:19.696Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:04:19.699Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:04:19.699Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418659692, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:04:19.799Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:04:19.800Z||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-10-22T06:04:19.801Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:04:19.813Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:04:19.813Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:04:20.700Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-22T06:04:20.701Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-10-22T06:04:20.701Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: cc4fe24f-2de4-43da-b60c-3a86e5b3e268, URL: /sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar to file: /app/ASDC/1/service-Vfw20221022060255-csar.csar 2022-10-22T06:04:20.702Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221022060255-csar.csar 2022-10-22T06:04:20.797Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221022060255-csar.csar 2022-10-22T06:04:20.798Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221022060255-csar.csar 2022-10-22T06:04:21.510Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10358431586626964456/Definitions/service-Vfw20221022060255-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2022-10-22T06:04:24.106Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-22T06:04:24.111Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-10-22T06:04:24.111Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221022060255-csar.csar 2022-10-22T06:04:24.112Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-10-22T06:04:24.112Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221022060255-csar.csar 2022-10-22T06:04:24.112Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|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-Vfw20221022060255-csar.csar 2022-10-22T06:04:24.112Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|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-Vfw20221022060255-csar.csar 2022-10-22T06:04:24.112Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|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-Vfw20221022060255-csar.csar 2022-10-22T06:04:24.112Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221022060255-csar.csar 2022-10-22T06:04:24.113Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9264dd17-47cc 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221022060255-csar.csar 2022-10-22T06:04:24.113Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221022060255-csar.csar 2022-10-22T06:04:24.113Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|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-Vfw20221022060255-csar.csar 2022-10-22T06:04:24.113Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|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-Vfw20221022060255-csar.csar 2022-10-22T06:04:24.113Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|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-Vfw20221022060255-csar.csar 2022-10-22T06:04:24.113Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|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-Vfw20221022060255-csar.csar 2022-10-22T06:04:24.113Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-10-22T06:04:24.120Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:24.121Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:04:24.126Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria 2022-10-22T06:04:24.126Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-10-22T06:04:24.128Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-22T06:04:24.129Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:24.130Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:04:24.130Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria 2022-10-22T06:04:24.130Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-10-22T06:04:24.130Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-22T06:04:24.131Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:24.131Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:04:24.134Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:24.134Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is not matching search criteria 2022-10-22T06:04:24.134Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-22T06:04:24.135Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-22T06:04:24.135Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-22T06:04:24.135Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-22T06:04:24.135Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-22T06:04:24.135Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-22T06:04:24.135Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-22T06:04:24.136Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-22T06:04:24.136Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-22T06:04:24.136Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-22T06:04:24.136Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-22T06:04:24.136Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-22T06:04:24.136Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-22T06:04:24.137Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-22T06:04:24.137Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-22T06:04:24.137Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-22T06:04:24.137Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:24.137Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-22T06:04:24.138Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:24.139Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria 2022-10-22T06:04:24.139Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:04:24.139Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:24.139Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria 2022-10-22T06:04:24.140Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:04:24.140Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:24.140Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria 2022-10-22T06:04:24.140Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:04:24.141Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:24.141Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is not matching search criteria 2022-10-22T06:04:24.141Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-22T06:04:24.141Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-22T06:04:24.141Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-10-22T06:04:24.141Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-22T06:04:24.142Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-22T06:04:24.142Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-22T06:04:24.142Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-22T06:04:24.142Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-22T06:04:24.142Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-22T06:04:24.142Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-22T06:04:24.143Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-22T06:04:24.143Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=987d108f-87f3-4d17-b81f-fc62a1c86df5 2022-10-22T06:04:24.143Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:24.143Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is not matching search criteria 2022-10-22T06:04:24.143Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-22T06:04:24.144Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-22T06:04:24.144Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-22T06:04:24.144Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-22T06:04:24.144Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-22T06:04:24.144Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-22T06:04:24.144Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-22T06:04:24.145Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-10-22T06:04:24.145Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-22T06:04:24.145Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-22T06:04:24.145Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-22T06:04:24.145Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-22T06:04:24.146Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd8e942f-283c-4b97-a430-2f0830217ae3 2022-10-22T06:04:24.146Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:24.146Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is not matching search criteria 2022-10-22T06:04:24.146Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-22T06:04:24.146Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-22T06:04:24.147Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-22T06:04:24.147Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-22T06:04:24.147Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-22T06:04:24.147Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-22T06:04:24.147Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-22T06:04:24.147Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-22T06:04:24.148Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-22T06:04:24.148Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-22T06:04:24.148Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-22T06:04:24.148Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-10-22T06:04:24.148Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=192eb065-d59b-440b-930f-1d70e6fd68be 2022-10-22T06:04:24.149Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:24.149Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:04:24.149Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:24.149Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:04:24.149Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:24.150Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:04:24.150Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:24.150Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:04:24.150Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-10-22 06-02-55 Description:catalog service description Model UUID:ae133a22-3c61-4acd-a3a8-8703ab2fbbbb Model Version:NULL Model InvariantUuid:73e55da7-962c-4a2a-b97e-8fa9ffe11d04 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 9264dd17-47cc Model UUID:7643360e-4854-4afe-ac6a-1dcd64ddaa76 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:bc6f3258-1eda-49ec-b632-926c5106cdf5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e90d1854-1706-4de0-b264-c60a06646361 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c97431cb-ed79-420f-9e5d-5474d760c025 ModelName:Vfw9264dd1747cc..base_vfw..module-0 ModelUuid:ce5580ff-e42a-4545-98a5-3c8e9e24d40d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:987d108f-87f3-4d17-b81f-fc62a1c86df5 ModelInvariantUuid:2118ca47-c321-4e7f-878d-2a319e2e39d6 ModelName:vFW 9264dd17-47cc-nodes.vfwCvfc ModelUuid:a050e2b5-416d-4eb8-8130-230696a238a1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e24d50df-1c06-46c3-9135-ab4ffc76bc68 ModelInvariantUuid:e4755999-f4e0-4648-97b2-4e0bf3a88dcc ModelName:Vfw9264dd1747cc.compute.nodes.heat.vfw ModelUuid:722b94d8-3f96-4cd9-a316-14d2c4a17715 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:cd8e942f-283c-4b97-a430-2f0830217ae3 ModelInvariantUuid:c8c3ef78-69d0-4d42-8f4d-17c8049d43bd ModelName:vFW 9264dd17-47cc-nodes.vsnCvfc ModelUuid:843ea946-0407-4801-92f7-cd3dba404fb4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:f6446753-841f-4fe0-9c38-4c8aea07680e ModelInvariantUuid:d7a8eeca-3fcb-4bff-8bad-81b820c61b1e ModelName:Vfw9264dd1747cc.compute.nodes.heat.vsn ModelUuid:4cc70916-f491-4df7-a8d6-1a1ba1283b6b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:192eb065-d59b-440b-930f-1d70e6fd68be ModelInvariantUuid:c2747cbd-b081-46cd-92d9-c0f601b3bde8 ModelName:vFW 9264dd17-47cc-nodes.vpgCvfc ModelUuid:459192cd-75e4-4d5a-b079-49495bcd14fb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:ca4e7d34-133d-4a8f-8ec4-0d6a2f9a9658 ModelInvariantUuid:1f412092-227a-4060-a09e-b18fb98a0a12 ModelName:Vfw9264dd1747cc.compute.nodes.heat.vpg ModelUuid:2d94a32a-34e9-47d3-9281-33ab19860b08 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-10-22T06:04:24.160Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 5d10849b-c4ea-4f8c-a2a5-fd531513ef43 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-10-22T06:04:24.306Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||vFW 9264dd17-47cc 0 2022-10-22T06:04:24.313Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5d10849b-c4ea-4f8c-a2a5-fd531513ef43 2022-10-22T06:04:24.313Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ec239a44-9cec-4e57-a844-f0372eb3fa7e from URL: /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json 2022-10-22T06:04:24.313Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-10-22T06:04:24.313Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json 2022-10-22T06:04:24.366Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-10-22T06:04:24.367Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json ec239a44-9cec-4e57-a844-f0372eb3fa7e 785 2022-10-22T06:04:24.367Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json ASDC sendASDCNotification 2022-10-22T06:04:24.367Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json 2022-10-22T06:04:24.367Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:04:24.368Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:04:24.370Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:04:24.370Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418664367, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-22T06:04:24.471Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:04:24.472Z||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-10-22T06:04:24.473Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:04:24.484Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:04:24.485Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:04:25.371Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9264dd1747cc..base_vfw..module-0", "vfModuleModelInvariantUUID": "c97431cb-ed79-420f-9e5d-5474d760c025", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ce5580ff-e42a-4545-98a5-3c8e9e24d40d", "vfModuleModelCustomizationUUID": "18473b4f-fea2-4931-a4f6-73a62eae880f", "isBase": true, "artifacts": [ "017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa", "f0e1de53-6d97-4492-a368-c083aa8b4578" ], "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-10-22T06:04:25.385Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9264dd1747cc..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ce5580ff-e42a-4545-98a5-3c8e9e24d40d VfModuleModelInvariantUUID:c97431cb-ed79-420f-9e5d-5474d760c025 VfModuleModelDescription:NULL Artifacts UUID List:{ 017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa , f0e1de53-6d97-4492-a368-c083aa8b4578 } 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-10-22T06:04:25.411Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9264dd1747cc..base_vfw..module-0", "vfModuleModelInvariantUUID": "c97431cb-ed79-420f-9e5d-5474d760c025", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ce5580ff-e42a-4545-98a5-3c8e9e24d40d", "vfModuleModelCustomizationUUID": "18473b4f-fea2-4931-a4f6-73a62eae880f", "isBase": true, "artifacts": [ "017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa", "f0e1de53-6d97-4492-a368-c083aa8b4578" ], "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-10-22T06:04:25.412Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9264dd1747cc..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ce5580ff-e42a-4545-98a5-3c8e9e24d40d VfModuleModelInvariantUUID:c97431cb-ed79-420f-9e5d-5474d760c025 VfModuleModelDescription:NULL Artifacts UUID List:{ 017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa , f0e1de53-6d97-4492-a368-c083aa8b4578 } 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-10-22T06:04:25.412Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa from URL: /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml 2022-10-22T06:04:25.412Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-10-22T06:04:25.412Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml 2022-10-22T06:04:25.473Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-10-22T06:04:25.474Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml 017af4e8-68f2-4eef-b6c8-8a6d7e8c99aa 20368 2022-10-22T06:04:25.474Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-10-22T06:04:25.474Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml 2022-10-22T06:04:25.474Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:04:25.474Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:04:25.476Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:04:25.476Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418665474, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:04:25.577Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:04:25.577Z||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-10-22T06:04:25.578Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:04:25.590Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:04:25.591Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:04:26.477Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f0e1de53-6d97-4492-a368-c083aa8b4578 from URL: /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env 2022-10-22T06:04:26.477Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-10-22T06:04:26.478Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env 2022-10-22T06:04:26.537Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-10-22T06:04:26.537Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env f0e1de53-6d97-4492-a368-c083aa8b4578 2098 2022-10-22T06:04:26.537Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-10-22T06:04:26.537Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env 2022-10-22T06:04:26.537Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:04:26.538Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:04:26.540Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:04:26.540Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418666537, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:04:26.640Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:04:26.642Z||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-10-22T06:04:26.642Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:04:26.652Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:04:26.653Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:04:27.541Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ae133a22-3c61-4acd-a3a8-8703ab2fbbbb 2022-10-22T06:04:27.542Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9264dd17-47cc 0 5d10849b-c4ea-4f8c-a2a5-fd531513ef43 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-10-22T06:04:27.580Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@163c4f61, org.onap.sdc.toscaparser.api.parameters.Input@30b702f2, org.onap.sdc.toscaparser.api.parameters.Input@5a17ca1b, org.onap.sdc.toscaparser.api.parameters.Input@3b3876b8, org.onap.sdc.toscaparser.api.parameters.Input@4f8b71f9] 2022-10-22T06:04:27.584Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:27.585Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:04:27.586Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-10-22T06:04:27.586Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= e90d1854-1706-4de0-b264-c60a06646361 2022-10-22T06:04:27.586Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e90d1854-1706-4de0-b264-c60a06646361 matches Tosca VF Customization UUID: e90d1854-1706-4de0-b264-c60a06646361 2022-10-22T06:04:27.587Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: e90d1854-1706-4de0-b264-c60a06646361 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-10-22T06:04:27.593Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:27.594Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:04:27.595Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id e90d1854-1706-4de0-b264-c60a06646361: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-22T06:04:27.596Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d0c49d6 2022-10-22T06:04:27.596Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:27.597Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-22T06:04:27.597Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 18473b4f-fea2-4931-a4f6-73a62eae880f 2022-10-22T06:04:27.599Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 18473b4f-fea2-4931-a4f6-73a62eae880f 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-10-22T06:04:27.605Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:27.605Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria 2022-10-22T06:04:27.605Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:04:27.606Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:27.607Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria 2022-10-22T06:04:27.607Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:04:27.608Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:27.608Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is not matching search criteria 2022-10-22T06:04:27.608Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-22T06:04:27.609Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-22T06:04:27.609Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-10-22T06:04:27.609Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-22T06:04:27.610Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-22T06:04:27.610Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-22T06:04:27.610Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-22T06:04:27.611Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-22T06:04:27.611Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-22T06:04:27.611Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-22T06:04:27.612Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-22T06:04:27.612Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=987d108f-87f3-4d17-b81f-fc62a1c86df5 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-10-22T06:04:27.619Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:27.620Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria 2022-10-22T06:04:27.620Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:04:27.620Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:27.621Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is not matching search criteria 2022-10-22T06:04:27.621Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-22T06:04:27.621Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-22T06:04:27.622Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-22T06:04:27.622Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-22T06:04:27.622Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-22T06:04:27.623Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-22T06:04:27.623Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-22T06:04:27.623Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-10-22T06:04:27.624Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-22T06:04:27.624Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-22T06:04:27.625Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-22T06:04:27.625Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-22T06:04:27.625Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cd8e942f-283c-4b97-a430-2f0830217ae3 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-10-22T06:04:27.628Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:27.628Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria 2022-10-22T06:04:27.628Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:04:27.631Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:27.632Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is not matching search criteria 2022-10-22T06:04:27.632Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-22T06:04:27.632Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-22T06:04:27.633Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-22T06:04:27.633Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-22T06:04:27.633Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-22T06:04:27.634Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-22T06:04:27.634Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-22T06:04:27.634Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-22T06:04:27.635Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-22T06:04:27.635Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-22T06:04:27.635Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-22T06:04:27.636Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-10-22T06:04:27.636Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=192eb065-d59b-440b-930f-1d70e6fd68be 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-10-22T06:04:27.638Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:27.639Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria 2022-10-22T06:04:27.639Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:04:27.640Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:27.640Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Node template vFW 9264dd17-47cc 0 is matching search criteria 2022-10-22T06:04:27.640Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9264dd17-47cc 0] matching following query criteria: sdcType=VF, customizationUUID=e90d1854-1706-4de0-b264-c60a06646361 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-10-22T06:04:27.642Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:27.642Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:04:27.643Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ae133a22-3c61-4acd-a3a8-8703ab2fbbbb: vFW 9264dd17-47cc 2022-10-22T06:04:27.643Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:27.644Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:04:27.644Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:27.645Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:04:27.645Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:27.645Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:04:27.646Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:27.646Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:04:27.646Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:04:27.647Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-22 06-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:04:27.647Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-10-22 06-02-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-10-22T06:04:27.895Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9264dd17-47cc 5d10849b-c4ea-4f8c-a2a5-fd531513ef43 1 ASDC deployResourceStructure 2022-10-22T06:04:27.895Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json ASDC sendASDCNotification 2022-10-22T06:04:27.896Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json 2022-10-22T06:04:27.896Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:04:27.896Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:04:27.897Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:04:27.898Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418667895, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json", "status": "DEPLOY_OK" } 2022-10-22T06:04:27.998Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:04:27.999Z||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-10-22T06:04:27.999Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:04:28.022Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:04:28.022Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:04:28.899Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-10-22T06:04:28.899Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml 2022-10-22T06:04:28.899Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:04:28.899Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:04:28.901Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:04:28.901Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418668898, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-10-22T06:04:29.001Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:04:29.002Z||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-10-22T06:04:29.003Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:04:29.023Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:04:29.023Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:04:29.902Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-10-22T06:04:29.903Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env 2022-10-22T06:04:29.903Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:04:29.903Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:04:29.905Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:04:29.905Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418669902, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-10-22T06:04:30.005Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:04:30.006Z||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-10-22T06:04:30.006Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:04:30.021Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:04:30.021Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:04:30.906Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar ASDC sendASDCNotification 2022-10-22T06:04:30.906Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar 2022-10-22T06:04:30.906Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:04:30.907Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:04:30.908Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:04:30.909Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418670905, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:04:31.009Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:04:31.010Z||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-10-22T06:04:31.010Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:04:31.022Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:04:31.023Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:04:31.910Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:04:31.928Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 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-10-22T06:04:31.931Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:04:31.932Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-22T06:04:31.932Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-22T06:05:01.932Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:05:01.946Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 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-10-22T06:05:01.950Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:05:01.950Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-22T06:05:01.951Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-22T06:05:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:05:11.688Z||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-10-22T06:05:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:05:11.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:05:11.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-22T06:05:11.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418651679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:05:11.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-22T06:05:31.951Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:05:31.963Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 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-10-22T06:05:31.966Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:05:31.967Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-22T06:05:31.967Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-22T06:06:01.968Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:06:01.979Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 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-10-22T06:06:01.982Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:06:01.982Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-22T06:06:01.982Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-22T06:06:11.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:06:11.688Z||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-10-22T06:06:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:06:12.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:06:12.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418651679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json", "status": "NOTIFIED" } 2022-10-22T06:06:12.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "aai-ml", "timestamp": 1666418653867, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:06:12.222Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:06:12.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418651679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-22T06:06:12.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "aai-ml", "timestamp": 1666418654872, "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-10-22T06:06:12.230Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 2022-10-22T06:06:12.230Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 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-10-22T06:06:12.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418651679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418651679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-22T06:06:12.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418651679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418651679, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:06:12.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418659692, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:06:12.243Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:06:12.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418658093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "cds", "timestamp": 1666418654533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.244Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "aai-ml", "timestamp": 1666418660712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.244Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418664367, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-22T06:06:12.245Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:06:12.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418658093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "cds", "timestamp": 1666418654533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "aai-ml", "timestamp": 1666418660712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418665474, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:06:12.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:06:12.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418658093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "cds", "timestamp": 1666418654533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "aai-ml", "timestamp": 1666418660712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418666537, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:06:12.248Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:06:12.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "cds", "timestamp": 1666418654533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418658093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "aai-ml", "timestamp": 1666418660712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418667895, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/vfw9264dd1747cc0_modules.json", "status": "DEPLOY_OK" } 2022-10-22T06:06:12.249Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:06:12.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "cds", "timestamp": 1666418654533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418658093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "aai-ml", "timestamp": 1666418660712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418668898, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-10-22T06:06:12.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:06:12.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "cds", "timestamp": 1666418654533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418658093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "aai-ml", "timestamp": 1666418660712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "multicloud-k8s-id", "timestamp": 1666418669621, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418669902, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/resourceInstances/vfw9264dd1747cc0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-10-22T06:06:12.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:06:12.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "cds", "timestamp": 1666418654533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:06:12.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418658093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:06:12.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "aai-ml", "timestamp": 1666418660712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:06:12.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "multicloud-k8s-id", "timestamp": 1666418669621, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json", "status": "NOTIFIED" } 2022-10-22T06:06:12.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "ves-openapi-manager", "timestamp": 1666418669384, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418670905, "artifactURL": "/sdc/v1/catalog/services/Vfw20221022060255/1.0/artifacts/service-Vfw20221022060255-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:06:12.255Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:06:12.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "cds", "timestamp": 1666418671501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:06:12.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:06:12.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "aai-ml", "timestamp": 1666418671504, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:06:12.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:06:12.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418672225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:06:12.256Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:06:12.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "multicloud-k8s-id", "timestamp": 1666418669621, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-22T06:06:12.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "ves-openapi-manager", "timestamp": 1666418669384, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "cds", "timestamp": 1666418672507, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-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-10-22T06:06:12.270Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 84cade93-cc46-4c8d-9071-5ee7fa2fac70 2022-10-22T06:06:12.270Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84cade93-cc46-4c8d-9071-5ee7fa2fac70 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-10-22T06:06:12.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "multicloud-k8s-id", "timestamp": 1666418669621, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.278Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "ves-openapi-manager", "timestamp": 1666418669384, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.278Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.278Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "multicloud-k8s-id", "timestamp": 1666418669621, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-22T06:06:12.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "ves-openapi-manager", "timestamp": 1666418669384, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.279Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.279Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.279Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418674600, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:06:12.279Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:06:12.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "multicloud-k8s-id", "timestamp": 1666418669621, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.280Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "ves-openapi-manager", "timestamp": 1666418669384, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.280Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.281Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666418675604, "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-10-22T06:06:12.285Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84cade93-cc46-4c8d-9071-5ee7fa2fac70 2022-10-22T06:06:12.286Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84cade93-cc46-4c8d-9071-5ee7fa2fac70 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-10-22T06:06:12.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "multicloud-k8s-id", "timestamp": 1666418669621, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:06:12.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "ves-openapi-manager", "timestamp": 1666418669384, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "ves-openapi-manager", "timestamp": 1666418669384, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:06:12.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:06:12.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "multicloud-k8s-id", "timestamp": 1666418677347, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-22T06:06:12.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:06:12.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "multicloud-k8s-id", "timestamp": 1666418678424, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:06:12.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:06:12.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "aai-ml", "timestamp": 1666418678470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:06:12.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:06:12.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "multicloud-k8s-id", "timestamp": 1666418679480, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:06:12.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:06:12.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "aai-ml", "timestamp": 1666418679473, "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-10-22T06:06:12.304Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84cade93-cc46-4c8d-9071-5ee7fa2fac70 2022-10-22T06:06:12.304Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84cade93-cc46-4c8d-9071-5ee7fa2fac70 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-10-22T06:06:12.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "multicloud-k8s-id", "timestamp": 1666418680505, "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-10-22T06:06:12.318Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84cade93-cc46-4c8d-9071-5ee7fa2fac70 2022-10-22T06:06:12.318Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84cade93-cc46-4c8d-9071-5ee7fa2fac70 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-10-22T06:06:12.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:06:12.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "multicloud-k8s-id", "timestamp": 1666418681509, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json", "status": "DEPLOY_OK" } 2022-10-22T06:06:12.326Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:06:31.983Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:06:31.994Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 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-10-22T06:06:31.997Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:06:31.997Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-22T06:06:31.997Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-22T06:06:31.997Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-22T06:06:31.998Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:06:31.998Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:06:31.998Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:06:31.998Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:06:31.999Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:06:31.999Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|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-10-22T06:06:32.004Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-22T06:07:02.005Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 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-10-22T06:07:02.018Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 and serviceModelVersionId: ae133a22-3c61-4acd-a3a8-8703ab2fbbbb 2022-10-22T06:07:02.018Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73e55da7-962c-4a2a-b97e-8fa9ffe11d04 2022-10-22T06:07:11.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:07:11.689Z||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-10-22T06:07:11.689Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:07:18.340Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73e55da7-962c-4a2a-b97e-8fa9ffe11d04/model-vers/model-ver/ae133a22-3c61-4acd-a3a8-8703ab2fbbbb?depth=0 2022-10-22T06:07:18.450Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-10-22T06:07:18.933Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e55da7-962c-4a2a-b97e-8fa9ffe11d04/model-vers/model-ver/ae133a22-3c61-4acd-a3a8-8703ab2fbbbb?depth=0|INFO|500||Invoke 2022-10-22T06:07:18.941Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e55da7-962c-4a2a-b97e-8fa9ffe11d04/model-vers/model-ver/ae133a22-3c61-4acd-a3a8-8703ab2fbbbb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e55da7-962c-4a2a-b97e-8fa9ffe11d04/model-vers/model-ver/ae133a22-3c61-4acd-a3a8-8703ab2fbbbb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8a8fa059-76cb-4ec2-91f3-381ec35b44e2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1ac9e8b5-5d7b-4d87-ad9f-39f656fcd1b9], X-ECOMP-RequestID=[8a8fa059-76cb-4ec2-91f3-381ec35b44e2], X-TransactionId=[], X-ONAP-RequestID=[8a8fa059-76cb-4ec2-91f3-381ec35b44e2], Content-Type=[application/merge-patch+json]} 2022-10-22T06:07:19.052Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e55da7-962c-4a2a-b97e-8fa9ffe11d04/model-vers/model-ver/ae133a22-3c61-4acd-a3a8-8703ab2fbbbb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-22T06:07:19.242Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e55da7-962c-4a2a-b97e-8fa9ffe11d04/model-vers/model-ver/ae133a22-3c61-4acd-a3a8-8703ab2fbbbb?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/73e55da7-962c-4a2a-b97e-8fa9ffe11d04/model-vers/model-ver/ae133a22-3c61-4acd-a3a8-8703ab2fbbbb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221022-06:07:20:158-23044], vertex-id=[200728], Content-Length=[0], Date=[Sat, 22 Oct 2022 06:07:20 GMT], Content-Type=[application/json]} 2022-10-22T06:07:19.245Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e55da7-962c-4a2a-b97e-8fa9ffe11d04/model-vers/model-ver/ae133a22-3c61-4acd-a3a8-8703ab2fbbbb?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-22T06:07:19.245Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73e55da7-962c-4a2a-b97e-8fa9ffe11d04/model-vers/model-ver/ae133a22-3c61-4acd-a3a8-8703ab2fbbbb?depth=0|INFO|500||InvokeReturn 2022-10-22T06:07:19.250Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-22T06:07:19.250Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|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-10-22T06:07:19.259Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|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-10-22T06:07:19.260Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a8fa059-76cb-4ec2-91f3-381ec35b44e2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-22T06:07:19.261Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-22T06:07:19.262Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:07:19.265Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:07:19.265Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418839261, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-22T06:07:19.365Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:07:19.366Z||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-10-22T06:07:19.366Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:07:19.378Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:07:19.379Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:07:20.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:07:20.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:07:20.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8fa059-76cb-4ec2-91f3-381ec35b44e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418839261, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-22T06:07:20.008Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-22T06:07:20.285Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:07:20.286Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|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-10-22T06:07:20.286Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:07:24.720Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:07:24.721Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-22T06:07:24.722Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"84cade93-cc46-4c8d-9071-5ee7fa2fac70","serviceName":"basic_onboard_JBhcXw","serviceVersion":"1.0","serviceUUID":"376fd62f-90f0-4b36-b641-c564a2c0cec6","serviceDescription":"service","serviceInvariantUUID":"f8d0a184-e977-468a-87d7-84c64ce73447","resources":[{"resourceInstanceName":"basic_onboard_JBhcXw 0","resourceName":"basic_onboard_JBhcXw","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4687e4e5-1440-4b27-9ff3-94531df802e2","resourceInvariantUUID":"76d756ae-9788-4101-8151-bc098cde6570","resourceCustomizationUUID":"9bf83996-1a5e-42e7-976e-71575daaa355","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vf-license-model.xml","artifactChecksum":"YzNkODA3YjRjZmJiYWYyNjQzMTk3MjU3MjljMWQ1NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14acaa0c-5be2-490c-9909-dd9c8ec06ab7","artifactVersion":"1"},{"artifactName":"basic_onboard_jbhcxw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json","artifactChecksum":"M2NkMzg5MDAxODQ5YmFjNWI0YjZlMGU2MzcwYjIyYmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"79d8f6a6-942f-4aca-9582-4c902ac90bb3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5a264f92-9cdc-4fe3-946a-e2e981dc6037","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"368ef4d5-c983-4da9-b575-c02c24932e41","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39e15b4b-74f5-401d-aea4-217e4a9147b9","artifactVersion":"2","generatedFromUUID":"5a264f92-9cdc-4fe3-946a-e2e981dc6037"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJbhcxw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-template.yml","artifactChecksum":"NDY0OTc5NGY5YTEwMGNiMTFlNTVjYWJlZmJiYTE5MGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4351bb13-aa2f-47a8-9fb1-bcd7e1c6807f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJbhcxw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar","artifactChecksum":"ZjMwM2NiMzg2ODhlZmE3ZmI2NDE5NWI0Y2EyNzIyMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dfaa33b8-ef83-4847-8703-5613cbb1ded4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-22T06:07:24.725Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:07:24.725Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:07:24.727Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:07:24.728Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418840285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:07:24.828Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:07:24.829Z||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-10-22T06:07:24.829Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:07:24.860Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:07:24.860Z||pool-19-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:07:25.728Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:07:25.729Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:07:25.731Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:07:25.731Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418840285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json", "status": "NOTIFIED" } 2022-10-22T06:07:25.831Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:07:25.832Z||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-10-22T06:07:25.832Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:07:25.845Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:07:25.845Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:07:26.732Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:07:26.733Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:07:26.736Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:07:26.736Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418840285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-22T06:07:26.836Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:07:26.837Z||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-10-22T06:07:26.837Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:07:26.850Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:07:26.851Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:07:27.736Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:07:27.737Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:07:27.739Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:07:27.740Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418840285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:07:27.840Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:07:27.841Z||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-10-22T06:07:27.841Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:07:27.853Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:07:27.853Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:07:28.741Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:07:28.741Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:07:28.743Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:07:28.743Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418840285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-22T06:07:28.843Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:07:28.844Z||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-10-22T06:07:28.844Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:07:28.864Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:07:28.864Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:07:29.743Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:07:29.744Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:07:29.746Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:07:29.746Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418840285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:07:29.846Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:07:29.847Z||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-10-22T06:07:29.847Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:07:29.859Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:07:29.860Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:07:30.747Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:07:30.748Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:07:30.750Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:07:30.750Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418840285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:07:30.850Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:07:30.851Z||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-10-22T06:07:30.851Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:07:30.862Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:07:30.863Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:07:31.752Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "serviceName": "basic_onboard_JBhcXw", "serviceVersion": "1.0", "serviceUUID": "376fd62f-90f0-4b36-b641-c564a2c0cec6", "serviceDescription": "service", "serviceInvariantUUID": "f8d0a184-e977-468a-87d7-84c64ce73447", "resources": [ { "resourceInstanceName": "basic_onboard_JBhcXw 0", "resourceCustomizationUUID": "9bf83996-1a5e-42e7-976e-71575daaa355", "resourceName": "basic_onboard_JBhcXw", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4687e4e5-1440-4b27-9ff3-94531df802e2", "resourceInvariantUUID": "76d756ae-9788-4101-8151-bc098cde6570", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_jbhcxw0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json", "artifactChecksum": "M2NkMzg5MDAxODQ5YmFjNWI0YjZlMGU2MzcwYjIyYmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "79d8f6a6-942f-4aca-9582-4c902ac90bb3", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5a264f92-9cdc-4fe3-946a-e2e981dc6037", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "39e15b4b-74f5-401d-aea4-217e4a9147b9", "generatedFromUUID": "5a264f92-9cdc-4fe3-946a-e2e981dc6037" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "39e15b4b-74f5-401d-aea4-217e4a9147b9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardJbhcxw-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar", "artifactChecksum": "ZjMwM2NiMzg2ODhlZmE3ZmI2NDE5NWI0Y2EyNzIyMjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dfaa33b8-ef83-4847-8703-5613cbb1ded4" } ], "workloadContext": "Production" } 2022-10-22T06:07:31.753Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-22T06:07:31.753Z|8a8fa059-76cb-4ec2-91f3-381ec35b44e2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 376fd62f-90f0-4b36-b641-c564a2c0cec6 ASDC 2022-10-22T06:07:31.754Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:84cade93-cc46-4c8d-9071-5ee7fa2fac70 ServiceName:basic_onboard_JBhcXw ServiceVersion:1.0 ServiceUUID:376fd62f-90f0-4b36-b641-c564a2c0cec6 ServiceInvariantUUID:f8d0a184-e977-468a-87d7-84c64ce73447 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardJbhcxw-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar ArtifactUUID:dfaa33b8-ef83-4847-8703-5613cbb1ded4 ArtifactChecksum:ZjMwM2NiMzg2ODhlZmE3ZmI2NDE5NWI0Y2EyNzIyMjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_JBhcXw 0 ResourceCustomizationUUID:9bf83996-1a5e-42e7-976e-71575daaa355 ResourceInvariantUUID:76d756ae-9788-4101-8151-bc098cde6570 ResourceName:basic_onboard_JBhcXw ResourceType:VF ResourceUUID:4687e4e5-1440-4b27-9ff3-94531df802e2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_jbhcxw0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json ArtifactUUID:79d8f6a6-942f-4aca-9582-4c902ac90bb3 ArtifactChecksum:M2NkMzg5MDAxODQ5YmFjNWI0YjZlMGU2MzcwYjIyYmM= 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/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml ArtifactUUID:5a264f92-9cdc-4fe3-946a-e2e981dc6037 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/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env ArtifactUUID:39e15b4b-74f5-401d-aea4-217e4a9147b9 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/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env ArtifactUUID:39e15b4b-74f5-401d-aea4-217e4a9147b9 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-22T06:07:31.754Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 376fd62f-90f0-4b36-b641-c564a2c0cec6 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-10-22T06:07:31.792Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-22T06:07:31.792Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-10-22T06:07:31.793Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-10-22T06:07:31.793Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dfaa33b8-ef83-4847-8703-5613cbb1ded4 from URL: /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar 2022-10-22T06:07:31.793Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-10-22T06:07:31.794Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar 2022-10-22T06:07:31.941Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-10-22T06:07:31.945Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar dfaa33b8-ef83-4847-8703-5613cbb1ded4 75320 2022-10-22T06:07:31.946Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar ASDC sendASDCNotification 2022-10-22T06:07:31.946Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar 2022-10-22T06:07:31.946Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:07:31.946Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:07:31.948Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:07:31.949Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418851945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:07:32.049Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:07:32.049Z||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-10-22T06:07:32.049Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:07:32.061Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:07:32.061Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:07:32.949Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-22T06:07:32.950Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-10-22T06:07:32.951Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: dfaa33b8-ef83-4847-8703-5613cbb1ded4, URL: /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar to file: /app/ASDC/1/service-BasicOnboardJbhcxw-csar.csar 2022-10-22T06:07:32.951Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJbhcxw-csar.csar 2022-10-22T06:07:32.952Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJbhcxw-csar.csar 2022-10-22T06:07:32.952Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJbhcxw-csar.csar 2022-10-22T06:07:33.086Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10798621330489898733/Definitions/service-BasicOnboardJbhcxw-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-10-22T06:07:34.237Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-22T06:07:34.238Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-10-22T06:07:34.238Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJbhcxw-csar.csar 2022-10-22T06:07:34.238Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-22T06:07:34.238Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardJbhcxw-csar.csar 2022-10-22T06:07:34.238Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-BasicOnboardJbhcxw-csar.csar 2022-10-22T06:07:34.238Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-BasicOnboardJbhcxw-csar.csar 2022-10-22T06:07:34.238Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-BasicOnboardJbhcxw-csar.csar 2022-10-22T06:07:34.239Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-BasicOnboardJbhcxw-csar.csar 2022-10-22T06:07:34.239Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-BasicOnboardJbhcxw-csar.csar 2022-10-22T06:07:34.239Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JBhcXw 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardJbhcxw-csar.csar 2022-10-22T06:07:34.239Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-10-22T06:07:34.239Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:34.239Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:07:34.240Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is matching search criteria 2022-10-22T06:07:34.240Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-10-22T06:07:34.240Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JBhcXw 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-22T06:07:34.240Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:34.240Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:07:34.240Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is matching search criteria 2022-10-22T06:07:34.241Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-10-22T06:07:34.241Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JBhcXw 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-22T06:07:34.241Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:34.241Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:07:34.241Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:34.241Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is not matching search criteria 2022-10-22T06:07:34.241Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-10-22T06:07:34.242Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-10-22T06:07:34.242Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-10-22T06:07:34.242Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-22T06:07:34.242Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-22T06:07:34.242Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:34.242Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-22T06:07:34.243Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:34.243Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is matching search criteria 2022-10-22T06:07:34.243Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JBhcXw 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:07:34.243Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:34.243Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is matching search criteria 2022-10-22T06:07:34.243Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JBhcXw 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:07:34.244Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:34.244Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is matching search criteria 2022-10-22T06:07:34.244Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JBhcXw 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:07:34.244Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:34.244Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is not matching search criteria 2022-10-22T06:07:34.244Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-22T06:07:34.245Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-22T06:07:34.245Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=151f93dc-bd39-4694-a84c-a6916e9d6c20 2022-10-22T06:07:34.245Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:34.245Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:07:34.245Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:34.245Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:07:34.246Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:34.246Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:07:34.246Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:34.246Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:07:34.246Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_JBhcXw Description:service Model UUID:376fd62f-90f0-4b36-b641-c564a2c0cec6 Model Version:NULL Model InvariantUuid:f8d0a184-e977-468a-87d7-84c64ce73447 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_JBhcXw Model UUID:40ef3529-5a1c-48c0-997f-de38ee56933c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:76d756ae-9788-4101-8151-bc098cde6570 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9bf83996-1a5e-42e7-976e-71575daaa355 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f4d1c15d-d1ed-4fc9-b336-4a4208e693af ModelName:BasicOnboardJbhcxw..base_ubuntu18..module-0 ModelUuid:e8e95542-d63e-4db3-a223-fc83129c3cfe ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:151f93dc-bd39-4694-a84c-a6916e9d6c20 ModelInvariantUuid:c1650699-0b24-425a-b5de-e2621fd5a042 ModelName:basic_onboard_JBhcXw-nodes.ubuntu18Cvfc ModelUuid:9f16613f-e004-4ed8-be32-bcdfe3139c06 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:30177e65-249e-4a0a-9992-06bcb3b7f4ce ModelInvariantUuid:4fbac5c3-c200-483b-bd52-90872bf02b25 ModelName:BasicOnboardJbhcxw.compute.nodes.heat.ubuntu18 ModelUuid:4e4dfff0-7980-4fe4-83b5-2a0026efefb3 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-10-22T06:07:34.255Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 4687e4e5-1440-4b27-9ff3-94531df802e2 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-10-22T06:07:34.258Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||basic_onboard_JBhcXw 0 2022-10-22T06:07:34.259Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4687e4e5-1440-4b27-9ff3-94531df802e2 2022-10-22T06:07:34.259Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 79d8f6a6-942f-4aca-9582-4c902ac90bb3 from URL: /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json 2022-10-22T06:07:34.259Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-10-22T06:07:34.259Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json 2022-10-22T06:07:34.327Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-10-22T06:07:34.327Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json 79d8f6a6-942f-4aca-9582-4c902ac90bb3 798 2022-10-22T06:07:34.328Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json ASDC sendASDCNotification 2022-10-22T06:07:34.328Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json 2022-10-22T06:07:34.328Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:07:34.328Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:07:34.331Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:07:34.331Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418854328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-22T06:07:34.431Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:07:34.432Z||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-10-22T06:07:34.432Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:07:34.447Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:07:34.447Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:07:35.331Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJbhcxw..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f4d1c15d-d1ed-4fc9-b336-4a4208e693af", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8e95542-d63e-4db3-a223-fc83129c3cfe", "vfModuleModelCustomizationUUID": "02e11eb9-20a7-423c-803f-4ce19ef8d680", "isBase": true, "artifacts": [ "5a264f92-9cdc-4fe3-946a-e2e981dc6037", "39e15b4b-74f5-401d-aea4-217e4a9147b9" ], "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-10-22T06:07:35.337Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJbhcxw..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e8e95542-d63e-4db3-a223-fc83129c3cfe VfModuleModelInvariantUUID:f4d1c15d-d1ed-4fc9-b336-4a4208e693af VfModuleModelDescription:NULL Artifacts UUID List:{ 5a264f92-9cdc-4fe3-946a-e2e981dc6037 , 39e15b4b-74f5-401d-aea4-217e4a9147b9 } 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-10-22T06:07:35.340Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJbhcxw..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f4d1c15d-d1ed-4fc9-b336-4a4208e693af", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8e95542-d63e-4db3-a223-fc83129c3cfe", "vfModuleModelCustomizationUUID": "02e11eb9-20a7-423c-803f-4ce19ef8d680", "isBase": true, "artifacts": [ "5a264f92-9cdc-4fe3-946a-e2e981dc6037", "39e15b4b-74f5-401d-aea4-217e4a9147b9" ], "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-10-22T06:07:35.340Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJbhcxw..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e8e95542-d63e-4db3-a223-fc83129c3cfe VfModuleModelInvariantUUID:f4d1c15d-d1ed-4fc9-b336-4a4208e693af VfModuleModelDescription:NULL Artifacts UUID List:{ 5a264f92-9cdc-4fe3-946a-e2e981dc6037 , 39e15b4b-74f5-401d-aea4-217e4a9147b9 } 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-10-22T06:07:35.340Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5a264f92-9cdc-4fe3-946a-e2e981dc6037 from URL: /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml 2022-10-22T06:07:35.341Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-10-22T06:07:35.341Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml 2022-10-22T06:07:35.408Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-10-22T06:07:35.409Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml 5a264f92-9cdc-4fe3-946a-e2e981dc6037 5033 2022-10-22T06:07:35.409Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-22T06:07:35.409Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml 2022-10-22T06:07:35.410Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:07:35.410Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:07:35.412Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:07:35.412Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418855409, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:07:35.513Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:07:35.514Z||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-10-22T06:07:35.514Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:07:35.526Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:07:35.526Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:07:36.413Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 39e15b4b-74f5-401d-aea4-217e4a9147b9 from URL: /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env 2022-10-22T06:07:36.414Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-10-22T06:07:36.414Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env 2022-10-22T06:07:36.461Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-10-22T06:07:36.461Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env 39e15b4b-74f5-401d-aea4-217e4a9147b9 909 2022-10-22T06:07:36.462Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-22T06:07:36.462Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env 2022-10-22T06:07:36.462Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:07:36.462Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:07:36.464Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:07:36.464Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418856462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:07:36.564Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:07:36.565Z||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-10-22T06:07:36.565Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:07:36.578Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:07:36.578Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:07:37.465Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 376fd62f-90f0-4b36-b641-c564a2c0cec6 2022-10-22T06:07:37.465Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JBhcXw 0 4687e4e5-1440-4b27-9ff3-94531df802e2 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-10-22T06:07:37.482Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@649aeeb1, org.onap.sdc.toscaparser.api.parameters.Input@147e2861, org.onap.sdc.toscaparser.api.parameters.Input@22001652, org.onap.sdc.toscaparser.api.parameters.Input@11065ae0, org.onap.sdc.toscaparser.api.parameters.Input@22dad117] 2022-10-22T06:07:37.484Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:37.485Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:07:37.485Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-10-22T06:07:37.485Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9bf83996-1a5e-42e7-976e-71575daaa355 2022-10-22T06:07:37.486Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9bf83996-1a5e-42e7-976e-71575daaa355 matches Tosca VF Customization UUID: 9bf83996-1a5e-42e7-976e-71575daaa355 2022-10-22T06:07:37.486Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9bf83996-1a5e-42e7-976e-71575daaa355 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-10-22T06:07:37.496Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:37.496Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:07:37.498Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9bf83996-1a5e-42e7-976e-71575daaa355: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-22T06:07:37.498Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46e07331 2022-10-22T06:07:37.498Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:37.499Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-22T06:07:37.499Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 02e11eb9-20a7-423c-803f-4ce19ef8d680 2022-10-22T06:07:37.500Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 02e11eb9-20a7-423c-803f-4ce19ef8d680 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-10-22T06:07:37.502Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:37.503Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is matching search criteria 2022-10-22T06:07:37.503Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JBhcXw 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:07:37.504Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:37.505Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is matching search criteria 2022-10-22T06:07:37.505Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JBhcXw 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:07:37.505Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:37.506Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is not matching search criteria 2022-10-22T06:07:37.506Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-22T06:07:37.506Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-22T06:07:37.507Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=151f93dc-bd39-4694-a84c-a6916e9d6c20 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-10-22T06:07:37.511Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:37.511Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is matching search criteria 2022-10-22T06:07:37.511Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JBhcXw 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:07:37.511Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:37.511Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_JBhcXw 0 is matching search criteria 2022-10-22T06:07:37.512Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_JBhcXw 0] matching following query criteria: sdcType=VF, customizationUUID=9bf83996-1a5e-42e7-976e-71575daaa355 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-10-22T06:07:37.513Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:37.514Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:07:37.514Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 376fd62f-90f0-4b36-b641-c564a2c0cec6: basic_onboard_JBhcXw 2022-10-22T06:07:37.514Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:37.514Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:07:37.514Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:37.515Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:07:37.515Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:37.515Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:07:37.515Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:37.515Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:07:37.515Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:07:37.516Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_JBhcXw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:07:37.516Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_JBhcXw 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-10-22T06:07:37.591Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JBhcXw 4687e4e5-1440-4b27-9ff3-94531df802e2 1 ASDC deployResourceStructure 2022-10-22T06:07:37.592Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json ASDC sendASDCNotification 2022-10-22T06:07:37.592Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json 2022-10-22T06:07:37.592Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:07:37.592Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:07:37.594Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:07:37.594Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418857592, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json", "status": "DEPLOY_OK" } 2022-10-22T06:07:37.694Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:07:37.695Z||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-10-22T06:07:37.696Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:07:37.708Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:07:37.708Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:07:38.595Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-22T06:07:38.596Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml 2022-10-22T06:07:38.596Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:07:38.596Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:07:38.599Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:07:38.599Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418858595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-22T06:07:38.699Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:07:38.700Z||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-10-22T06:07:38.700Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:07:38.711Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:07:38.711Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:07:39.600Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-22T06:07:39.601Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env 2022-10-22T06:07:39.601Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:07:39.601Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:07:39.605Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:07:39.605Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418859600, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-22T06:07:39.703Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-10-22T06:07:39.704Z||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-10-22T06:07:39.704Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:07:39.714Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:07:39.714Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:07:40.606Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar ASDC sendASDCNotification 2022-10-22T06:07:40.607Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar 2022-10-22T06:07:40.607Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:07:40.607Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:07:40.609Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:07:40.609Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418860606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:07:40.709Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:07:40.710Z||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-10-22T06:07:40.711Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:07:40.722Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:07:40.722Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:07:41.610Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84cade93-cc46-4c8d-9071-5ee7fa2fac70 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:07:41.621Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84cade93-cc46-4c8d-9071-5ee7fa2fac70 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-10-22T06:07:41.625Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:07:41.625Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-22T06:07:41.625Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-22T06:07:41.625Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-22T06:07:41.625Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:07:41.625Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:07:41.626Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:07:41.626Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:07:41.626Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:07:41.626Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:07:41.631Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-22T06:08:11.631Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84cade93-cc46-4c8d-9071-5ee7fa2fac70 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-10-22T06:08:11.641Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84cade93-cc46-4c8d-9071-5ee7fa2fac70 and serviceModelVersionId: 376fd62f-90f0-4b36-b641-c564a2c0cec6 2022-10-22T06:08:11.641Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8d0a184-e977-468a-87d7-84c64ce73447 2022-10-22T06:08:11.642Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8d0a184-e977-468a-87d7-84c64ce73447/model-vers/model-ver/376fd62f-90f0-4b36-b641-c564a2c0cec6?depth=0 2022-10-22T06:08:11.648Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-10-22T06:08:11.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:08:11.688Z||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-10-22T06:08:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:08:11.711Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d0a184-e977-468a-87d7-84c64ce73447/model-vers/model-ver/376fd62f-90f0-4b36-b641-c564a2c0cec6?depth=0|INFO|500||Invoke 2022-10-22T06:08:11.711Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d0a184-e977-468a-87d7-84c64ce73447/model-vers/model-ver/376fd62f-90f0-4b36-b641-c564a2c0cec6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d0a184-e977-468a-87d7-84c64ce73447/model-vers/model-ver/376fd62f-90f0-4b36-b641-c564a2c0cec6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84cade93-cc46-4c8d-9071-5ee7fa2fac70], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[993a3ddb-ee35-400e-925b-9474483d5622], X-ECOMP-RequestID=[84cade93-cc46-4c8d-9071-5ee7fa2fac70], X-TransactionId=[], X-ONAP-RequestID=[84cade93-cc46-4c8d-9071-5ee7fa2fac70], Content-Type=[application/merge-patch+json]} 2022-10-22T06:08:11.740Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d0a184-e977-468a-87d7-84c64ce73447/model-vers/model-ver/376fd62f-90f0-4b36-b641-c564a2c0cec6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-22T06:08:11.834Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d0a184-e977-468a-87d7-84c64ce73447/model-vers/model-ver/376fd62f-90f0-4b36-b641-c564a2c0cec6?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/f8d0a184-e977-468a-87d7-84c64ce73447/model-vers/model-ver/376fd62f-90f0-4b36-b641-c564a2c0cec6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221022-06:08:12:845-79956], vertex-id=[168064], Content-Length=[0], Date=[Sat, 22 Oct 2022 06:08:12 GMT], Content-Type=[application/json]} 2022-10-22T06:08:11.835Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d0a184-e977-468a-87d7-84c64ce73447/model-vers/model-ver/376fd62f-90f0-4b36-b641-c564a2c0cec6?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-22T06:08:11.835Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8d0a184-e977-468a-87d7-84c64ce73447/model-vers/model-ver/376fd62f-90f0-4b36-b641-c564a2c0cec6?depth=0|INFO|500||InvokeReturn 2022-10-22T06:08:11.836Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-22T06:08:11.836Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:08:11.843Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:08:11.843Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84cade93-cc46-4c8d-9071-5ee7fa2fac70 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-22T06:08:11.844Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-22T06:08:11.844Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:08:11.847Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:08:11.847Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418891843, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-22T06:08:11.947Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:08:11.947Z||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-10-22T06:08:11.948Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:08:11.960Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:08:11.961Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:08:11.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:08:11.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:08:11.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418840285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:08:11.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:08:11.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:08:11.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418840285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json", "status": "NOTIFIED" } 2022-10-22T06:08:11.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:08:11.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:08:11.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418840285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-22T06:08:11.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:08:11.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:08:11.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418840285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:08:11.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:08:11.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:08:11.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418840285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-22T06:08:11.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:08:11.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:08:11.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418840285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:08:11.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:08:11.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:08:11.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418840285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:08:11.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-22T06:08:11.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:08:11.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418851945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:08:11.984Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:08:11.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:08:11.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418854328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-22T06:08:11.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:08:11.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:08:11.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418855409, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:08:11.986Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:08:11.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:08:11.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418856462, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:08:11.986Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:08:11.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:08:11.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418857592, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/basic_onboard_jbhcxw0_modules.json", "status": "DEPLOY_OK" } 2022-10-22T06:08:11.987Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:08:11.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:08:11.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418858595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-22T06:08:11.988Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:08:11.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:08:11.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418859600, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/resourceInstances/basic_onboard_jbhcxw0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-22T06:08:11.989Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:08:11.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:08:11.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418860606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJbhcxw/1.0/artifacts/service-BasicOnboardJbhcxw-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:08:11.989Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-22T06:08:12.861Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:08:12.861Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:08:12.862Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:08:22.415Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:08:22.416Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:08:22.417Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:08:22.417Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:08:31.978Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:08:31.979Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:08:31.980Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:08:31.980Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:08:41.518Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:09:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:09:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:09:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:09:11.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:09:11.687Z||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-10-22T06:09:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:09:12.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:09:12.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-22T06:09:12.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "84cade93-cc46-4c8d-9071-5ee7fa2fac70", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666418891843, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-22T06:09:12.226Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:09:21.277Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:10:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:10:11.682Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:10:11.682Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:10:11.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:10:11.687Z||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-10-22T06:10:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:10:21.230Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:10:21.232Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:11:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:11:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:11:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:11:11.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:11:11.687Z||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-10-22T06:11:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:11:21.230Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:11:21.264Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:12:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:12:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:12:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:12:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:12:11.688Z||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-10-22T06:12:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:12:21.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:12:21.253Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:13:11.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:13:11.680Z||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-10-22T06:13:11.680Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:13:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:13:11.687Z||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-10-22T06:13:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:13:21.230Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:13:21.275Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:14:11.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:14:11.681Z||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-10-22T06:14:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:14:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:14:11.688Z||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-10-22T06:14:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:14:21.228Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:14:21.263Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:15:11.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:15:11.681Z||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-10-22T06:15:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:15:11.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:15:11.687Z||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-10-22T06:15:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:15:21.227Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:15:21.229Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:16:11.680Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:16:11.681Z||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-10-22T06:16:11.682Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:16:11.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:16:11.687Z||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-10-22T06:16:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:16:21.259Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:16:21.259Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:17:11.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:17:11.683Z||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-10-22T06:17:11.683Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:17:11.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:17:11.687Z||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-10-22T06:17:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:17:21.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:17:21.279Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:18:11.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:18:11.680Z||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-10-22T06:18:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:18:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:18:11.687Z||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-10-22T06:18:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:18:12.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:18:12.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "cds", "timestamp": 1666419464533, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "multicloud-k8s-id", "timestamp": 1666419469621, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419468093, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "ves-openapi-manager", "timestamp": 1666419469384, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "cds", "timestamp": 1666419464533, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:18:12.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419468093, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:18:12.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "multicloud-k8s-id", "timestamp": 1666419469621, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:18:12.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "aai-ml", "timestamp": 1666419470712, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "ves-openapi-manager", "timestamp": 1666419469384, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "aai-ml", "timestamp": 1666419470712, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:18:12.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "cds", "timestamp": 1666419472394, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:18:12.197Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:18:12.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419473123, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:18:12.198Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:18:12.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "cds", "timestamp": 1666419473401, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-22T06:18:12.228Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94f8a375-1f10-42dd-abe5-09396dc1a56d 2022-10-22T06:18:12.229Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f8a375-1f10-42dd-abe5-09396dc1a56d 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-10-22T06:18:12.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "aai-ml", "timestamp": 1666419473500, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:18:12.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:18:12.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419474880, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:18:12.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:18:12.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419475887, "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-10-22T06:18:12.245Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 94f8a375-1f10-42dd-abe5-09396dc1a56d 2022-10-22T06:18:12.246Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f8a375-1f10-42dd-abe5-09396dc1a56d 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-10-22T06:18:12.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "aai-ml", "timestamp": 1666419477390, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:18:12.254Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:18:12.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "aai-ml", "timestamp": 1666419478394, "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-10-22T06:18:12.258Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94f8a375-1f10-42dd-abe5-09396dc1a56d 2022-10-22T06:18:12.258Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f8a375-1f10-42dd-abe5-09396dc1a56d 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-10-22T06:18:12.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "cds", "timestamp": 1666419479533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "cds", "timestamp": 1666419479533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "cds", "timestamp": 1666419479533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "cds", "timestamp": 1666419479533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "cds", "timestamp": 1666419479533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "cds", "timestamp": 1666419479533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "multicloud-k8s-id", "timestamp": 1666419489621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "cds", "timestamp": 1666419479533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "multicloud-k8s-id", "timestamp": 1666419489621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "ves-openapi-manager", "timestamp": 1666419489384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "cds", "timestamp": 1666419479533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:18:12.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "multicloud-k8s-id", "timestamp": 1666419489621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "ves-openapi-manager", "timestamp": 1666419489384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:18:12.312Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:18:12.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:18:12.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"94f8a375-1f10-42dd-abe5-09396dc1a56d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96","serviceDescription":"service","serviceInvariantUUID":"ebd6b8a3-deb6-436f-ba83-14c82e2aeb65","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"74625a52-84ca-4742-903f-4a33f2d29342","resourceInvariantUUID":"36cd594d-d287-42d1-83ee-f06fcc920f33","resourceCustomizationUUID":"41eb4976-4f58-45ae-8f61-97f8019a2c29","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":"NzFkMDkwYjY3ZmZiZDIwOTIzMTZkZmJhNjQyNmM4YTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a319e5e4-4219-4ae2-a1ff-53982f8ab164","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWZlNjdlMzAyYzZhZTJhYWI1ZWUyNDdiM2RmZDE4MDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"158cb82f-2e4c-4717-96e0-d619c623e0e5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-22T06:18:12.319Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:18:12.320Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:18:12.326Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:18:12.326Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:12.425Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:18:12.427Z||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-10-22T06:18:12.427Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:18:12.438Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:18:12.439Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:18:13.327Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:18:13.328Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:18:13.331Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:18:13.331Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:18:13.431Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:18:13.432Z||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-10-22T06:18:13.432Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:18:13.442Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:18:13.443Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:18:14.332Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96", "serviceDescription": "service", "serviceInvariantUUID": "ebd6b8a3-deb6-436f-ba83-14c82e2aeb65", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "41eb4976-4f58-45ae-8f61-97f8019a2c29", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "74625a52-84ca-4742-903f-4a33f2d29342", "resourceInvariantUUID": "36cd594d-d287-42d1-83ee-f06fcc920f33", "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": "NWZlNjdlMzAyYzZhZTJhYWI1ZWUyNDdiM2RmZDE4MDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "158cb82f-2e4c-4717-96e0-d619c623e0e5" } ], "workloadContext": "Production" } 2022-10-22T06:18:14.332Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-22T06:18:14.333Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96 ASDC 2022-10-22T06:18:14.333Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:94f8a375-1f10-42dd-abe5-09396dc1a56d ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96 ServiceInvariantUUID:ebd6b8a3-deb6-436f-ba83-14c82e2aeb65 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:158cb82f-2e4c-4717-96e0-d619c623e0e5 ArtifactChecksum:NWZlNjdlMzAyYzZhZTJhYWI1ZWUyNDdiM2RmZDE4MDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:41eb4976-4f58-45ae-8f61-97f8019a2c29 ResourceInvariantUUID:36cd594d-d287-42d1-83ee-f06fcc920f33 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:74625a52-84ca-4742-903f-4a33f2d29342 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-10-22T06:18:14.334Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96 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-10-22T06:18:14.364Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-22T06:18:14.365Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-22T06:18:14.366Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-22T06:18:14.366Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 158cb82f-2e4c-4717-96e0-d619c623e0e5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-22T06:18:14.366Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-22T06:18:14.366Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-22T06:18:14.435Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-22T06:18:14.438Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 158cb82f-2e4c-4717-96e0-d619c623e0e5 57656 2022-10-22T06:18:14.438Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-22T06:18:14.439Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-22T06:18:14.439Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:18:14.439Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:18:14.441Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:18:14.441Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419494438, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:18:14.542Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:18:14.543Z||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-10-22T06:18:14.543Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:18:14.554Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:18:14.555Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:18:15.442Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-22T06:18:15.448Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-22T06:18:15.448Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 158cb82f-2e4c-4717-96e0-d619c623e0e5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-22T06:18:15.448Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-10-22T06:18:15.449Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-22T06:18:15.449Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-22T06:18:15.697Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4671048737281616593/Definitions/service-BasicNetwork-template.yml 2022-10-22T06:18:16.249Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-22T06:18:16.250Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-22T06:18:16.250Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-22T06:18:16.250Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-10-22T06:18:16.250Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||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-10-22T06:18:16.250Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||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-10-22T06:18:16.250Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||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-10-22T06:18:16.250Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||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-10-22T06:18:16.250Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-22T06:18:16.250Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||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-10-22T06:18:16.251Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||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-10-22T06:18:16.251Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||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-10-22T06:18:16.251Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-22T06:18:16.251Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:16.251Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:16.251Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-22T06:18:16.252Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-22T06:18:16.252Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-22T06:18:16.252Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:16.252Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:16.252Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-22T06:18:16.252Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-22T06:18:16.252Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-22T06:18:16.252Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:16.253Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:16.253Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:16.253Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:16.253Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:16.253Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:16.253Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:16.254Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:16.254Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:16.254Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:16.255Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96 Model Version:NULL Model InvariantUuid:ebd6b8a3-deb6-436f-ba83-14c82e2aeb65 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:36cd594d-d287-42d1-83ee-f06fcc920f33 Model UUID:382398df-d6db-4c2e-a120-c5b9e3dbfeab Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:41eb4976-4f58-45ae-8f61-97f8019a2c29 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-10-22T06:18:16.265Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 74625a52-84ca-4742-903f-4a33f2d29342 2022-10-22T06:18:16.265Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||No resources found for Service: e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96 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-10-22T06:18:16.271Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500|| 2022-10-22T06:18:16.271Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-10-22T06:18:16.272Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||No resources found for Service: e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96 2022-10-22T06:18:16.273Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96 2022-10-22T06:18:16.273Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-10-22T06:18:16.273Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||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-10-22T06:18:16.278Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42c13283, org.onap.sdc.toscaparser.api.parameters.Input@2570d688, org.onap.sdc.toscaparser.api.parameters.Input@2f64b45a, org.onap.sdc.toscaparser.api.parameters.Input@58c09458, org.onap.sdc.toscaparser.api.parameters.Input@13def0e9] 2022-10-22T06:18:16.279Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:16.279Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:16.280Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:16.280Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:16.280Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96: Generic NeutronNet 2022-10-22T06:18:16.280Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:16.281Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:16.281Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:16.281Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||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-10-22T06:18:16.311Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:16.311Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:16.312Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:16.312Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:16.312Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:16.312Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:16.313Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||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-10-22T06:18:16.358Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-10-22T06:18:16.358Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-22T06:18:16.359Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-22T06:18:16.359Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:18:16.359Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:18:16.361Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:18:16.361Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419496358, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:18:16.461Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:18:16.463Z||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-10-22T06:18:16.463Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:18:16.478Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:18:16.479Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:18:17.362Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94f8a375-1f10-42dd-abe5-09396dc1a56d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:18:17.375Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94f8a375-1f10-42dd-abe5-09396dc1a56d 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-10-22T06:18:17.378Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:18:17.378Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-22T06:18:17.378Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-22T06:18:17.378Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-22T06:18:17.379Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:18:17.379Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:18:17.379Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:18:17.379Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:18:17.379Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-22T06:18:17.384Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-22T06:18:47.384Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 94f8a375-1f10-42dd-abe5-09396dc1a56d 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-10-22T06:18:47.397Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 94f8a375-1f10-42dd-abe5-09396dc1a56d and serviceModelVersionId: e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96 2022-10-22T06:18:47.397Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ebd6b8a3-deb6-436f-ba83-14c82e2aeb65 2022-10-22T06:18:47.401Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ebd6b8a3-deb6-436f-ba83-14c82e2aeb65/model-vers/model-ver/e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96?depth=0 2022-10-22T06:18:47.413Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-10-22T06:18:47.484Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd6b8a3-deb6-436f-ba83-14c82e2aeb65/model-vers/model-ver/e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96?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-10-22T06:18:47.486Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd6b8a3-deb6-436f-ba83-14c82e2aeb65/model-vers/model-ver/e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96?depth=0|INFO|500||Invoke 2022-10-22T06:18:47.513Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd6b8a3-deb6-436f-ba83-14c82e2aeb65/model-vers/model-ver/e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-22T06:18:47.602Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd6b8a3-deb6-436f-ba83-14c82e2aeb65/model-vers/model-ver/e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96?depth=0|INFO|500||InvokeReturn 2022-10-22T06:18:47.604Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebd6b8a3-deb6-436f-ba83-14c82e2aeb65/model-vers/model-ver/e1cb4ba6-ee29-4a3b-a2fc-ad9d2c913a96?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221022-06:18:48:616-2805], vertex-id=[196800], Content-Length=[0], Date=[Sat, 22 Oct 2022 06:18:48 GMT], Content-Type=[application/json]} 2022-10-22T06:18:47.604Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-10-22T06:18:47.605Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-22T06:18:47.605Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-22T06:18:47.619Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-22T06:18:47.619Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 94f8a375-1f10-42dd-abe5-09396dc1a56d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-22T06:18:47.620Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-22T06:18:47.620Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:18:47.623Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:18:47.623Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419527620, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-22T06:18:47.723Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:18:47.724Z||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-10-22T06:18:47.724Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:18:47.740Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:18:47.741Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-22T06:18:48.638Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:18:48.638Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0c197f03-7d1a-47dc-b472-58e68ff87e7d","serviceName":"Demo_pNF_pQdp0gkTcqJ9kkoKtpZb","serviceVersion":"1.0","serviceUUID":"2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b","serviceDescription":"catalog service description","serviceInvariantUUID":"755c44fc-70cb-4175-9102-b382d49d247a","resources":[{"resourceInstanceName":"pNF ec64d1b8-8524 0","resourceName":"pNF ec64d1b8-8524","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d6a4cf69-b679-4598-9869-54218b5a4d6b","resourceInvariantUUID":"7370e33a-7e0b-4f3b-befe-7a6b1d53997f","resourceCustomizationUUID":"75bb3fea-542b-4ccd-bda1-b6754e0bddd8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vf-license-model.xml","artifactChecksum":"NDYxOTc3Y2JlZGFkOTY3YmE4ODkyNGFjZDMwZDM3ZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"43d57b92-77ff-4263-940c-9f344971f76b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/pNF.csar","artifactChecksum":"OTY0YjBiZDk0ODQ5NWU2OTAwMmQ0NWJmMzdmMDA0N2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5b9bd047-ba4e-424e-aacc-76edb50ca2f0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bebe50ff-7230-4060-a1f2-bb4853737f75","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vendor-license-model.xml","artifactChecksum":"ZGQzZTE3MTU4NDBhNmFiOTI0NmNhZjhkODY2MTVjMDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2fba537d-e1fc-4481-b0b9-f48b518ca468","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"67a0af24-4628-4ee4-8244-eecbc953488a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9cd4927b-d1a2-4ddf-9e43-9f657cff73c8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPqdp0gktcqj9kkoktpzb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-template.yml","artifactChecksum":"YTY0NjY2YWQxMDU3NDVkYWFjOTUyNzEwYjA3Zjk4MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f180f465-9c8d-484c-afc9-071ac6723a9e","artifactVersion":"1"},{"artifactName":"service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar","artifactChecksum":"NmRmNzgyNThmZTAyMGNhNGFhNzhkM2FhODA1ZTU3OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eeb353ac-b213-406b-b61b-9447ebb163ae","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-22T06:18:48.639Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:18:48.639Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:18:48.641Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:18:48.642Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:48.742Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:18:48.742Z||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-10-22T06:18:48.743Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:18:48.755Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:18:48.755Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:18:49.642Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:18:49.643Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:18:49.646Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:18:49.646Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:49.746Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:18:49.747Z||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-10-22T06:18:49.747Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:18:49.764Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:18:49.764Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:18:50.647Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:18:50.648Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:18:50.650Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:18:50.651Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:50.751Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:18:50.752Z||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-10-22T06:18:50.752Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:18:50.763Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:18:50.763Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:18:51.651Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:18:51.652Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:18:51.655Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:18:51.655Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:51.755Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:18:51.756Z||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-10-22T06:18:51.757Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:18:51.770Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:18:51.770Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:18:52.655Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:18:52.656Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:18:52.659Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:18:52.659Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:52.759Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:18:52.760Z||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-10-22T06:18:52.760Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:18:52.771Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:18:52.771Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:18:53.660Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:18:53.661Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:18:53.663Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:18:53.664Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:53.763Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:18:53.764Z||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-10-22T06:18:53.764Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:18:53.775Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:18:53.775Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:18:54.664Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:18:54.665Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:18:54.668Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:18:54.668Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:18:54.768Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:18:54.769Z||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-10-22T06:18:54.769Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:18:54.780Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:18:54.781Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:18:55.668Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:18:55.669Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:18:55.672Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:18:55.672Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:18:55.772Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:18:55.773Z||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-10-22T06:18:55.773Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:18:55.784Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:18:55.784Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:18:56.673Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "serviceName": "Demo_pNF_pQdp0gkTcqJ9kkoKtpZb", "serviceVersion": "1.0", "serviceUUID": "2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "755c44fc-70cb-4175-9102-b382d49d247a", "resources": [ { "resourceInstanceName": "pNF ec64d1b8-8524 0", "resourceCustomizationUUID": "75bb3fea-542b-4ccd-bda1-b6754e0bddd8", "resourceName": "pNF ec64d1b8-8524", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d6a4cf69-b679-4598-9869-54218b5a4d6b", "resourceInvariantUUID": "7370e33a-7e0b-4f3b-befe-7a6b1d53997f", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar", "artifactChecksum": "NmRmNzgyNThmZTAyMGNhNGFhNzhkM2FhODA1ZTU3OGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eeb353ac-b213-406b-b61b-9447ebb163ae" } ], "workloadContext": "Production" } 2022-10-22T06:18:56.674Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-22T06:18:56.675Z|94f8a375-1f10-42dd-abe5-09396dc1a56d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b ASDC 2022-10-22T06:18:56.675Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:0c197f03-7d1a-47dc-b472-58e68ff87e7d ServiceName:Demo_pNF_pQdp0gkTcqJ9kkoKtpZb ServiceVersion:1.0 ServiceUUID:2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b ServiceInvariantUUID:755c44fc-70cb-4175-9102-b382d49d247a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar ArtifactUUID:eeb353ac-b213-406b-b61b-9447ebb163ae ArtifactChecksum:NmRmNzgyNThmZTAyMGNhNGFhNzhkM2FhODA1ZTU3OGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF ec64d1b8-8524 0 ResourceCustomizationUUID:75bb3fea-542b-4ccd-bda1-b6754e0bddd8 ResourceInvariantUUID:7370e33a-7e0b-4f3b-befe-7a6b1d53997f ResourceName:pNF ec64d1b8-8524 ResourceType:PNF ResourceUUID:d6a4cf69-b679-4598-9869-54218b5a4d6b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-22T06:18:56.675Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b 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-10-22T06:18:56.704Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-22T06:18:56.704Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-22T06:18:56.704Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-22T06:18:56.705Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: eeb353ac-b213-406b-b61b-9447ebb163ae from URL: /sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar 2022-10-22T06:18:56.705Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-22T06:18:56.706Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar 2022-10-22T06:18:56.767Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-22T06:18:56.772Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar eeb353ac-b213-406b-b61b-9447ebb163ae 87768 2022-10-22T06:18:56.772Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar ASDC sendASDCNotification 2022-10-22T06:18:56.772Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar 2022-10-22T06:18:56.773Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:18:56.773Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:18:56.776Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:18:56.776Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419536772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:18:56.876Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:18:56.877Z||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-10-22T06:18:56.877Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:18:56.888Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:18:56.889Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:18:57.777Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-22T06:18:57.778Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-22T06:18:57.779Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: eeb353ac-b213-406b-b61b-9447ebb163ae, URL: /sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar to file: /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar 2022-10-22T06:18:57.779Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar 2022-10-22T06:18:57.780Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar 2022-10-22T06:18:57.780Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar 2022-10-22T06:18:57.950Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12016868017799503760/Definitions/service-DemoPnfPqdp0gktcqj9kkoktpzb-template.yml 2022-10-22T06:18:58.866Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-22T06:18:58.866Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-22T06:18:58.867Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar 2022-10-22T06:18:58.867Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-22T06:18:58.867Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar 2022-10-22T06:18:58.867Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar 2022-10-22T06:18:58.867Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar 2022-10-22T06:18:58.868Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar 2022-10-22T06:18:58.868Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar 2022-10-22T06:18:58.868Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ec64d1b8-8524 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-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar 2022-10-22T06:18:58.868Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar 2022-10-22T06:18:58.868Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-22T06:18:58.869Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:58.869Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pQdp0gkTcqJ9kkoKtpZb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:58.869Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Node template pNF ec64d1b8-8524 0 is matching search criteria 2022-10-22T06:18:58.870Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-22T06:18:58.870Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF ec64d1b8-8524 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-22T06:18:58.870Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:58.870Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pQdp0gkTcqJ9kkoKtpZb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:58.871Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Node template pNF ec64d1b8-8524 0 is matching search criteria 2022-10-22T06:18:58.871Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-22T06:18:58.871Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF ec64d1b8-8524 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-22T06:18:58.871Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:58.872Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pQdp0gkTcqJ9kkoKtpZb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:58.872Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:58.872Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pQdp0gkTcqJ9kkoKtpZb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:58.872Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:58.873Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pQdp0gkTcqJ9kkoKtpZb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:58.873Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:58.873Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pQdp0gkTcqJ9kkoKtpZb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:58.874Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:58.874Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pQdp0gkTcqJ9kkoKtpZb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:58.874Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_pQdp0gkTcqJ9kkoKtpZb Description:catalog service description Model UUID:2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b Model Version:NULL Model InvariantUuid:755c44fc-70cb-4175-9102-b382d49d247a 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-10-22T06:18:58.881Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: d6a4cf69-b679-4598-9869-54218b5a4d6b 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-10-22T06:18:58.884Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||pNF ec64d1b8-8524 0 2022-10-22T06:18:58.885Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d6a4cf69-b679-4598-9869-54218b5a4d6b 2022-10-22T06:18:58.885Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b 2022-10-22T06:18:58.885Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b 2022-10-22T06:18:58.886Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ec64d1b8-8524 0 d6a4cf69-b679-4598-9869-54218b5a4d6b 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-10-22T06:18:58.891Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44c8c177, org.onap.sdc.toscaparser.api.parameters.Input@40378a4, org.onap.sdc.toscaparser.api.parameters.Input@36e368ee, org.onap.sdc.toscaparser.api.parameters.Input@7bfa81d4, org.onap.sdc.toscaparser.api.parameters.Input@79bb34a5] 2022-10-22T06:18:58.891Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:58.891Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pQdp0gkTcqJ9kkoKtpZb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:58.892Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b: pNF ec64d1b8-8524 2022-10-22T06:18:58.892Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||Processing PNF resource: d6a4cf69-b679-4598-9869-54218b5a4d6b 2022-10-22T06:18:58.892Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:18:58.893Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pQdp0gkTcqJ9kkoKtpZb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:18:58.893Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||Resource customization UUID: 75bb3fea-542b-4ccd-bda1-b6754e0bddd8 is the same as notified resource customizationUUID: 75bb3fea-542b-4ccd-bda1-b6754e0bddd8 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-10-22T06:18:58.933Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ec64d1b8-8524 d6a4cf69-b679-4598-9869-54218b5a4d6b 0 ASDC deployResourceStructure 2022-10-22T06:18:58.934Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar ASDC sendASDCNotification 2022-10-22T06:18:58.934Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar 2022-10-22T06:18:58.934Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:18:58.934Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:18:58.936Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:18:58.936Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419538934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:18:59.036Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:18:59.037Z||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-10-22T06:18:59.037Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:18:59.049Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:18:59.050Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:18:59.937Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c197f03-7d1a-47dc-b472-58e68ff87e7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:18:59.947Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c197f03-7d1a-47dc-b472-58e68ff87e7d 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-10-22T06:18:59.950Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:18:59.950Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-22T06:18:59.950Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-22T06:19:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:19:11.688Z||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-10-22T06:19:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:19:11.713Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:19:11.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:19:11.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "cds", "timestamp": 1666419492415, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:19:11.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:19:29.951Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c197f03-7d1a-47dc-b472-58e68ff87e7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:19:29.960Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c197f03-7d1a-47dc-b472-58e68ff87e7d 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-10-22T06:19:29.962Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:19:29.962Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-22T06:19:29.962Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-22T06:19:59.962Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c197f03-7d1a-47dc-b472-58e68ff87e7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:19:59.971Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c197f03-7d1a-47dc-b472-58e68ff87e7d 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-10-22T06:19:59.973Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:19:59.973Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-22T06:19:59.973Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-22T06:20:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:20:11.688Z||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-10-22T06:20:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:20:11.733Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:20:11.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:20:11.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "multicloud-k8s-id", "timestamp": 1666419489621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:20:11.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:20:29.974Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c197f03-7d1a-47dc-b472-58e68ff87e7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:20:29.983Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c197f03-7d1a-47dc-b472-58e68ff87e7d 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-10-22T06:20:29.988Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:20:29.988Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-22T06:20:29.989Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-22T06:20:59.989Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c197f03-7d1a-47dc-b472-58e68ff87e7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:20:59.999Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c197f03-7d1a-47dc-b472-58e68ff87e7d 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-10-22T06:21:00.000Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:21:00.001Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-22T06:21:00.001Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-22T06:21:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:21:11.687Z||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-10-22T06:21:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:21:11.703Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:21:11.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "ves-openapi-manager", "timestamp": 1666419489384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "cds", "timestamp": 1666419493426, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-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-10-22T06:21:11.724Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0c197f03-7d1a-47dc-b472-58e68ff87e7d 2022-10-22T06:21:11.724Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c197f03-7d1a-47dc-b472-58e68ff87e7d 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-10-22T06:21:11.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "multicloud-k8s-id", "timestamp": 1666419489621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "ves-openapi-manager", "timestamp": 1666419489384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:21:11.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "multicloud-k8s-id", "timestamp": 1666419489621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "ves-openapi-manager", "timestamp": 1666419489384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419494438, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:21:11.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "multicloud-k8s-id", "timestamp": 1666419489621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "ves-openapi-manager", "timestamp": 1666419489384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-22T06:21:11.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "multicloud-k8s-id", "timestamp": 1666419489621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:21:11.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "ves-openapi-manager", "timestamp": 1666419489384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419496358, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:21:11.742Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "ves-openapi-manager", "timestamp": 1666419489384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419498094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "ves-openapi-manager", "timestamp": 1666419498174, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:21:11.743Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419498094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "ves-openapi-manager", "timestamp": 1666419499359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-22T06:21:11.744Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419498094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "ves-openapi-manager", "timestamp": 1666419500363, "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-10-22T06:21:11.750Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 0c197f03-7d1a-47dc-b472-58e68ff87e7d 2022-10-22T06:21:11.750Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c197f03-7d1a-47dc-b472-58e68ff87e7d 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-10-22T06:21:11.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419498094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "aai-ml", "timestamp": 1666419500712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419498094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "aai-ml", "timestamp": 1666419500712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419498094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "aai-ml", "timestamp": 1666419500712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.762Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419498094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.762Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "aai-ml", "timestamp": 1666419500712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.763Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419498094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:21:11.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "aai-ml", "timestamp": 1666419500712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419506850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:21:11.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "aai-ml", "timestamp": 1666419500712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.766Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "aai-ml", "timestamp": 1666419500712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.766Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419508690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:21:11.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "aai-ml", "timestamp": 1666419500712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:21:11.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419509693, "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-10-22T06:21:11.773Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0c197f03-7d1a-47dc-b472-58e68ff87e7d 2022-10-22T06:21:11.774Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c197f03-7d1a-47dc-b472-58e68ff87e7d 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-10-22T06:21:11.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "aai-ml", "timestamp": 1666419509482, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:21:11.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "aai-ml", "timestamp": 1666419514492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:21:11.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "aai-ml", "timestamp": 1666419515497, "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-10-22T06:21:11.788Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0c197f03-7d1a-47dc-b472-58e68ff87e7d 2022-10-22T06:21:11.788Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c197f03-7d1a-47dc-b472-58e68ff87e7d 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-10-22T06:21:11.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "cds", "timestamp": 1666419509538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "multicloud-k8s-id", "timestamp": 1666419509621, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "ves-openapi-manager", "timestamp": 1666419509384, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "cds", "timestamp": 1666419509538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "multicloud-k8s-id", "timestamp": 1666419509621, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-22T06:21:11.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "ves-openapi-manager", "timestamp": 1666419509384, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "cds", "timestamp": 1666419509538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "multicloud-k8s-id", "timestamp": 1666419509621, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-22T06:21:11.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "ves-openapi-manager", "timestamp": 1666419509384, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "cds", "timestamp": 1666419509538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "multicloud-k8s-id", "timestamp": 1666419509621, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "ves-openapi-manager", "timestamp": 1666419509384, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "cds", "timestamp": 1666419509538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "multicloud-k8s-id", "timestamp": 1666419509621, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-22T06:21:11.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "ves-openapi-manager", "timestamp": 1666419509384, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "cds", "timestamp": 1666419509538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "ves-openapi-manager", "timestamp": 1666419509384, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "multicloud-k8s-id", "timestamp": 1666419509621, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "cds", "timestamp": 1666419509538, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:21:11.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "ves-openapi-manager", "timestamp": 1666419509384, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "multicloud-k8s-id", "timestamp": 1666419509621, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:21:11.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "cds", "timestamp": 1666419523672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:21:11.811Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "multicloud-k8s-id", "timestamp": 1666419524421, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-22T06:21:11.812Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "cds", "timestamp": 1666419524677, "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-10-22T06:21:11.824Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1dfb2e7-049a-4007-855b-9e6a3ff46d03 2022-10-22T06:21:11.824Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1dfb2e7-049a-4007-855b-9e6a3ff46d03 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-10-22T06:21:11.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "multicloud-k8s-id", "timestamp": 1666419525474, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:21:11.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "multicloud-k8s-id", "timestamp": 1666419526519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:21:11.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "multicloud-k8s-id", "timestamp": 1666419527550, "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-10-22T06:21:11.837Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1dfb2e7-049a-4007-855b-9e6a3ff46d03 2022-10-22T06:21:11.837Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1dfb2e7-049a-4007-855b-9e6a3ff46d03 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-10-22T06:21:11.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "multicloud-k8s-id", "timestamp": 1666419528554, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-22T06:21:11.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "94f8a375-1f10-42dd-abe5-09396dc1a56d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419527620, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-22T06:21:11.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419528093, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419528093, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419528093, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419528093, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "aai-ml", "timestamp": 1666419530712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419528093, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "aai-ml", "timestamp": 1666419530712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419528093, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "aai-ml", "timestamp": 1666419530712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/resourceInstances/pnfec64d1b885240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419528093, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:21:11.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "aai-ml", "timestamp": 1666419530712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419535830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:21:11.860Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "aai-ml", "timestamp": 1666419530712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419491679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:21:11.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "aai-ml", "timestamp": 1666419530712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419536772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:21:11.862Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "aai-ml", "timestamp": 1666419530712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:21:11.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419538125, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:21:11.862Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419539133, "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-10-22T06:21:11.867Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1dfb2e7-049a-4007-855b-9e6a3ff46d03 2022-10-22T06:21:11.867Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1dfb2e7-049a-4007-855b-9e6a3ff46d03 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-10-22T06:21:11.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "aai-ml", "timestamp": 1666419538434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:21:11.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419538934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPqdp0gktcqj9kkoktpzb/1.0/artifacts/service-DemoPnfPqdp0gktcqj9kkoktpzb-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:21:11.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "cds", "timestamp": 1666419539533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "cds", "timestamp": 1666419539533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "cds", "timestamp": 1666419539533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "aai-ml", "timestamp": 1666419544901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:21:11.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "cds", "timestamp": 1666419539533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "aai-ml", "timestamp": 1666419545906, "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-10-22T06:21:11.880Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1dfb2e7-049a-4007-855b-9e6a3ff46d03 2022-10-22T06:21:11.880Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1dfb2e7-049a-4007-855b-9e6a3ff46d03 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-10-22T06:21:11.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "cds", "timestamp": 1666419539533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "cds", "timestamp": 1666419539533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "cds", "timestamp": 1666419539533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "cds", "timestamp": 1666419539533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "multicloud-k8s-id", "timestamp": 1666419549621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "cds", "timestamp": 1666419539533, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:21:11.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "multicloud-k8s-id", "timestamp": 1666419549621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-22T06:21:11.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "ves-openapi-manager", "timestamp": 1666419549384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "cds", "timestamp": 1666419551215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:21:11.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:21:11.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "multicloud-k8s-id", "timestamp": 1666419549621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-22T06:21:11.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:11.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-22T06:21:11.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "ves-openapi-manager", "timestamp": 1666419549384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:21:11.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-22T06:21:30.001Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c197f03-7d1a-47dc-b472-58e68ff87e7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:21:30.012Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c197f03-7d1a-47dc-b472-58e68ff87e7d 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-10-22T06:21:30.015Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:21:30.015Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-22T06:21:30.015Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-22T06:21:30.015Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-22T06:21:30.016Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:21:30.016Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:21:30.016Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:21:30.016Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:21:30.016Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:21:30.017Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-22T06:21:30.022Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-22T06:22:00.022Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0c197f03-7d1a-47dc-b472-58e68ff87e7d 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-10-22T06:22:00.032Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0c197f03-7d1a-47dc-b472-58e68ff87e7d and serviceModelVersionId: 2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b 2022-10-22T06:22:00.032Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 755c44fc-70cb-4175-9102-b382d49d247a 2022-10-22T06:22:00.033Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/755c44fc-70cb-4175-9102-b382d49d247a/model-vers/model-ver/2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b?depth=0 2022-10-22T06:22:00.038Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-10-22T06:22:00.088Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/755c44fc-70cb-4175-9102-b382d49d247a/model-vers/model-ver/2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b?depth=0|INFO|500||Invoke 2022-10-22T06:22:00.088Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/755c44fc-70cb-4175-9102-b382d49d247a/model-vers/model-ver/2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/755c44fc-70cb-4175-9102-b382d49d247a/model-vers/model-ver/2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0c197f03-7d1a-47dc-b472-58e68ff87e7d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f7701c8e-8ea0-4d58-9dfe-e8c92e4a630e], X-ECOMP-RequestID=[0c197f03-7d1a-47dc-b472-58e68ff87e7d], X-TransactionId=[], X-ONAP-RequestID=[0c197f03-7d1a-47dc-b472-58e68ff87e7d], Content-Type=[application/merge-patch+json]} 2022-10-22T06:22:00.111Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/755c44fc-70cb-4175-9102-b382d49d247a/model-vers/model-ver/2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-22T06:22:00.198Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/755c44fc-70cb-4175-9102-b382d49d247a/model-vers/model-ver/2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b?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/755c44fc-70cb-4175-9102-b382d49d247a/model-vers/model-ver/2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221022-06:22:01:215-31965], vertex-id=[184448], Content-Length=[0], Date=[Sat, 22 Oct 2022 06:22:01 GMT], Content-Type=[application/json]} 2022-10-22T06:22:00.199Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/755c44fc-70cb-4175-9102-b382d49d247a/model-vers/model-ver/2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-22T06:22:00.199Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/755c44fc-70cb-4175-9102-b382d49d247a/model-vers/model-ver/2ff28c12-e190-471c-9dd9-d2cd9b9f9d3b?depth=0|INFO|500||InvokeReturn 2022-10-22T06:22:00.200Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-22T06:22:00.200Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-22T06:22:00.207Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-22T06:22:00.207Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0c197f03-7d1a-47dc-b472-58e68ff87e7d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-22T06:22:00.208Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-22T06:22:00.208Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:00.210Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:00.210Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419720208, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-22T06:22:00.310Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:22:00.311Z||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-10-22T06:22:00.311Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:00.325Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:00.326Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-22T06:22:01.225Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:22:01.226Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|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-10-22T06:22:01.226Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:05.650Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:05.651Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:22:05.652Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1dfb2e7-049a-4007-855b-9e6a3ff46d03","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"70fa56eb-4fc7-4ee6-9078-a566b0bce83e","serviceDescription":"service","serviceInvariantUUID":"d5c72222-6f73-489c-b3fd-00ea17473a09","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4d63b9bc-76c5-4a5b-a260-5a2334103ecf","resourceInvariantUUID":"7081c3ff-1089-4a8f-888f-497d02c5a43d","resourceCustomizationUUID":"508a87d7-37e5-4334-9d3b-ad699bf12da9","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":"YjMwNWFlOGMxNmYyMWI4NjNjYWYxOGIyMDEyMTcxMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"502f9000-a005-4148-8fae-3e4023806111","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":"ZjE1NTczZmEzYmNiOTYyNzlmMDNmYjJjMDdlMWYwMTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"791a8257-39e2-4721-b51a-070dc1c5f80b","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":"3b47f2b2-990e-488d-b73b-ead14cf55bb3","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":"ca759e71-a47d-4591-a294-1c9071620240","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":"b57d3cb4-fa35-4d86-b56f-9fb5bfea94c0","artifactVersion":"2","generatedFromUUID":"3b47f2b2-990e-488d-b73b-ead14cf55bb3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjdkMGQ5OGY3NzJhNDRlZGYyMzU1ZDE2NjcxNjdhYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"081829e4-f01a-46c0-8691-f3ed4aa86ad0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDhlZDYxOThjMWI3ZjQzYTQ4ZTg1NTNmZDdkZTgxYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"09b79db6-7b16-4034-b0a3-2431c0f99b60","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-22T06:22:05.654Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:22:05.655Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:05.657Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:05.657Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:05.757Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:22:05.758Z||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-10-22T06:22:05.758Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:05.768Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:05.768Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:22:06.657Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:22:06.658Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:06.660Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:06.661Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-22T06:22:06.761Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:22:06.762Z||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-10-22T06:22:06.762Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:06.773Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:06.773Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:22:07.661Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:22:07.662Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:07.664Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:07.664Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-22T06:22:07.765Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-22T06:22:07.766Z||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-10-22T06:22:07.766Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:07.776Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:07.776Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:22:08.667Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:22:08.667Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:08.670Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:08.670Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:08.770Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:22:08.771Z||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-10-22T06:22:08.771Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:08.781Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:08.781Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:22:09.671Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:22:09.672Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:09.674Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:09.674Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-22T06:22:09.775Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:22:09.775Z||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-10-22T06:22:09.775Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:09.787Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:09.787Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:22:10.675Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:22:10.676Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:10.678Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:10.678Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:10.778Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:22:10.780Z||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-10-22T06:22:10.780Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:10.793Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:10.793Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:22:11.679Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:22:11.680Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:11.683Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:11.683Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:22:11.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:22:11.687Z||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-10-22T06:22:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:11.716Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:11.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "cds", "timestamp": 1666419552222, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-22T06:22:11.747Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8ade7fc-7506-4bbd-9d80-426d7ffafe75 2022-10-22T06:22:11.747Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8ade7fc-7506-4bbd-9d80-426d7ffafe75 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-10-22T06:22:11.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "multicloud-k8s-id", "timestamp": 1666419549621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-22T06:22:11.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "ves-openapi-manager", "timestamp": 1666419549384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "multicloud-k8s-id", "timestamp": 1666419549621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-22T06:22:11.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "ves-openapi-manager", "timestamp": 1666419549384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "multicloud-k8s-id", "timestamp": 1666419549621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "ves-openapi-manager", "timestamp": 1666419549384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "multicloud-k8s-id", "timestamp": 1666419549621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-22T06:22:11.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "ves-openapi-manager", "timestamp": 1666419549384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "multicloud-k8s-id", "timestamp": 1666419549621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "ves-openapi-manager", "timestamp": 1666419549384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "multicloud-k8s-id", "timestamp": 1666419549621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:22:11.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "ves-openapi-manager", "timestamp": 1666419549384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419558093, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "multicloud-k8s-id", "timestamp": 1666419559350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-22T06:22:11.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:22:11.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "ves-openapi-manager", "timestamp": 1666419549384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419558093, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "multicloud-k8s-id", "timestamp": 1666419560400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:22:11.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:22:11.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419558093, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "multicloud-k8s-id", "timestamp": 1666419561451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-22T06:22:11.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:22:11.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419558093, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "aai-ml", "timestamp": 1666419560712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "multicloud-k8s-id", "timestamp": 1666419562498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:22:11.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:22:11.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419558093, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "aai-ml", "timestamp": 1666419560712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "multicloud-k8s-id", "timestamp": 1666419563552, "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-10-22T06:22:11.770Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8ade7fc-7506-4bbd-9d80-426d7ffafe75 2022-10-22T06:22:11.771Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8ade7fc-7506-4bbd-9d80-426d7ffafe75 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-10-22T06:22:11.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419558093, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "aai-ml", "timestamp": 1666419560712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "multicloud-k8s-id", "timestamp": 1666419564556, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-22T06:22:11.780Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:22:11.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419558093, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "aai-ml", "timestamp": 1666419560712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419558093, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "aai-ml", "timestamp": 1666419560712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419558093, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:22:11.783Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:22:11.787Z||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-10-22T06:22:11.787Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:11.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "aai-ml", "timestamp": 1666419560712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419567822, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:22:11.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:22:11.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "aai-ml", "timestamp": 1666419560712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "aai-ml", "timestamp": 1666419560712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:11.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "aai-ml", "timestamp": 1666419560712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:22:11.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:22:11.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419570121, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:22:11.790Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:22:11.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666419571125, "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-10-22T06:22:11.794Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8ade7fc-7506-4bbd-9d80-426d7ffafe75 2022-10-22T06:22:11.795Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8ade7fc-7506-4bbd-9d80-426d7ffafe75 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-10-22T06:22:11.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "aai-ml", "timestamp": 1666419570459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:22:11.805Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:22:11.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "aai-ml", "timestamp": 1666419576929, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:22:11.805Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:22:11.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:22:11.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "aai-ml", "timestamp": 1666419577933, "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-10-22T06:22:11.819Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8ade7fc-7506-4bbd-9d80-426d7ffafe75 2022-10-22T06:22:11.819Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8ade7fc-7506-4bbd-9d80-426d7ffafe75 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=? 2022-10-22T06:22:11.821Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:11.822Z||pool-57-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-22T06:22:12.684Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "70fa56eb-4fc7-4ee6-9078-a566b0bce83e", "serviceDescription": "service", "serviceInvariantUUID": "d5c72222-6f73-489c-b3fd-00ea17473a09", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "508a87d7-37e5-4334-9d3b-ad699bf12da9", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4d63b9bc-76c5-4a5b-a260-5a2334103ecf", "resourceInvariantUUID": "7081c3ff-1089-4a8f-888f-497d02c5a43d", "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": "ZjE1NTczZmEzYmNiOTYyNzlmMDNmYjJjMDdlMWYwMTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "791a8257-39e2-4721-b51a-070dc1c5f80b", "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": "3b47f2b2-990e-488d-b73b-ead14cf55bb3", "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": "b57d3cb4-fa35-4d86-b56f-9fb5bfea94c0", "generatedFromUUID": "3b47f2b2-990e-488d-b73b-ead14cf55bb3" }, "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": "b57d3cb4-fa35-4d86-b56f-9fb5bfea94c0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDhlZDYxOThjMWI3ZjQzYTQ4ZTg1NTNmZDdkZTgxYjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "09b79db6-7b16-4034-b0a3-2431c0f99b60" } ], "workloadContext": "Production" } 2022-10-22T06:22:12.685Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-22T06:22:12.685Z|0c197f03-7d1a-47dc-b472-58e68ff87e7d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 70fa56eb-4fc7-4ee6-9078-a566b0bce83e ASDC 2022-10-22T06:22:12.685Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:e1dfb2e7-049a-4007-855b-9e6a3ff46d03 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:70fa56eb-4fc7-4ee6-9078-a566b0bce83e ServiceInvariantUUID:d5c72222-6f73-489c-b3fd-00ea17473a09 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:09b79db6-7b16-4034-b0a3-2431c0f99b60 ArtifactChecksum:ZDhlZDYxOThjMWI3ZjQzYTQ4ZTg1NTNmZDdkZTgxYjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:508a87d7-37e5-4334-9d3b-ad699bf12da9 ResourceInvariantUUID:7081c3ff-1089-4a8f-888f-497d02c5a43d ResourceName:basic_vm ResourceType:VF ResourceUUID:4d63b9bc-76c5-4a5b-a260-5a2334103ecf 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:791a8257-39e2-4721-b51a-070dc1c5f80b ArtifactChecksum:ZjE1NTczZmEzYmNiOTYyNzlmMDNmYjJjMDdlMWYwMTk= 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:3b47f2b2-990e-488d-b73b-ead14cf55bb3 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:b57d3cb4-fa35-4d86-b56f-9fb5bfea94c0 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:b57d3cb4-fa35-4d86-b56f-9fb5bfea94c0 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-22T06:22:12.686Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70fa56eb-4fc7-4ee6-9078-a566b0bce83e 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-10-22T06:22:12.731Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-22T06:22:12.732Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-22T06:22:12.732Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-22T06:22:12.732Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 09b79db6-7b16-4034-b0a3-2431c0f99b60 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-22T06:22:12.732Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-22T06:22:12.732Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-22T06:22:12.867Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-22T06:22:12.870Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 09b79db6-7b16-4034-b0a3-2431c0f99b60 74803 2022-10-22T06:22:12.870Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-22T06:22:12.870Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-22T06:22:12.870Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:22:12.871Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:12.872Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:12.872Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419732870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:22:12.973Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-22T06:22:12.975Z||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-10-22T06:22:12.975Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:12.985Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:12.985Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:22:13.873Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-22T06:22:13.874Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-22T06:22:13.874Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 09b79db6-7b16-4034-b0a3-2431c0f99b60, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-22T06:22:13.874Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-10-22T06:22:13.875Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-22T06:22:13.875Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-10-22T06:22:13.989Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1633111933498479171/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-10-22T06:22:15.082Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-22T06:22:15.082Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-22T06:22:15.082Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-22T06:22:15.082Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-22T06:22:15.083Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-22T06:22:15.083Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-22T06:22:15.083Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-22T06:22:15.083Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-22T06:22:15.083Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-22T06:22:15.083Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-22T06:22:15.083Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-22T06:22:15.083Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-22T06:22:15.083Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:15.083Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:22:15.084Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-22T06:22:15.084Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-22T06:22:15.084Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-22T06:22:15.084Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:15.084Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:22:15.084Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-22T06:22:15.085Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-22T06:22:15.085Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-22T06:22:15.085Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:15.085Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:22:15.085Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:15.085Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-22T06:22:15.085Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-22T06:22:15.086Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-22T06:22:15.086Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-22T06:22:15.086Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-22T06:22:15.086Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-22T06:22:15.086Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:15.086Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-22T06:22:15.086Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:15.087Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-22T06:22:15.087Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:22:15.087Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:15.087Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-22T06:22:15.087Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:22:15.087Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:15.087Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-22T06:22:15.088Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:22:15.088Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:15.088Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-22T06:22:15.088Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-22T06:22:15.088Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-22T06:22:15.088Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5b530fb0-e980-48bc-bc4e-479d99bf85a0 2022-10-22T06:22:15.088Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:15.088Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:22:15.089Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:15.089Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:22:15.089Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:15.089Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:22:15.089Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:15.089Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:22:15.089Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:70fa56eb-4fc7-4ee6-9078-a566b0bce83e Model Version:NULL Model InvariantUuid:d5c72222-6f73-489c-b3fd-00ea17473a09 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:7bfcca03-7bab-4c9e-bae6-6bafb36aabd8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7081c3ff-1089-4a8f-888f-497d02c5a43d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:508a87d7-37e5-4334-9d3b-ad699bf12da9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ffeebf41-64f3-4231-8957-cee9ae9f34f5 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:f00a5549-c756-4174-82d1-fab623be0e0c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5b530fb0-e980-48bc-bc4e-479d99bf85a0 ModelInvariantUuid:9a95becd-badc-494c-919b-075385445d71 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:cff252ce-e03d-4ccf-b4f4-05dedf24fd30 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:3692bc57-1f30-4c0e-a7d0-7c37480a4f0a ModelInvariantUuid:7f2f69e5-e5e9-46d4-bbff-c83bc463078b ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:4ab4d7ac-8127-44b2-b7b6-c58535c6e6f1 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-10-22T06:22:15.100Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 4d63b9bc-76c5-4a5b-a260-5a2334103ecf 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-10-22T06:22:15.103Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||basic_vm 0 2022-10-22T06:22:15.103Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4d63b9bc-76c5-4a5b-a260-5a2334103ecf 2022-10-22T06:22:15.103Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 791a8257-39e2-4721-b51a-070dc1c5f80b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-22T06:22:15.104Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-22T06:22:15.104Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||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-10-22T06:22:15.153Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-22T06:22:15.153Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 791a8257-39e2-4721-b51a-070dc1c5f80b 787 2022-10-22T06:22:15.153Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||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-10-22T06:22:15.154Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||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-10-22T06:22:15.154Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:22:15.154Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:15.156Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:15.156Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419735153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-22T06:22:15.256Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:22:15.257Z||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-10-22T06:22:15.257Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:15.266Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:15.266Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:22:16.157Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ffeebf41-64f3-4231-8957-cee9ae9f34f5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f00a5549-c756-4174-82d1-fab623be0e0c", "vfModuleModelCustomizationUUID": "8aeaa921-dc25-4a0a-b2dd-0e678769caf3", "isBase": true, "artifacts": [ "3b47f2b2-990e-488d-b73b-ead14cf55bb3", "b57d3cb4-fa35-4d86-b56f-9fb5bfea94c0" ], "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-10-22T06:22:16.162Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f00a5549-c756-4174-82d1-fab623be0e0c VfModuleModelInvariantUUID:ffeebf41-64f3-4231-8957-cee9ae9f34f5 VfModuleModelDescription:NULL Artifacts UUID List:{ 3b47f2b2-990e-488d-b73b-ead14cf55bb3 , b57d3cb4-fa35-4d86-b56f-9fb5bfea94c0 } 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-10-22T06:22:16.165Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ffeebf41-64f3-4231-8957-cee9ae9f34f5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f00a5549-c756-4174-82d1-fab623be0e0c", "vfModuleModelCustomizationUUID": "8aeaa921-dc25-4a0a-b2dd-0e678769caf3", "isBase": true, "artifacts": [ "3b47f2b2-990e-488d-b73b-ead14cf55bb3", "b57d3cb4-fa35-4d86-b56f-9fb5bfea94c0" ], "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-10-22T06:22:16.165Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f00a5549-c756-4174-82d1-fab623be0e0c VfModuleModelInvariantUUID:ffeebf41-64f3-4231-8957-cee9ae9f34f5 VfModuleModelDescription:NULL Artifacts UUID List:{ 3b47f2b2-990e-488d-b73b-ead14cf55bb3 , b57d3cb4-fa35-4d86-b56f-9fb5bfea94c0 } 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-10-22T06:22:16.166Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3b47f2b2-990e-488d-b73b-ead14cf55bb3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-22T06:22:16.166Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-22T06:22:16.166Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||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-10-22T06:22:16.224Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-22T06:22:16.224Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 3b47f2b2-990e-488d-b73b-ead14cf55bb3 5033 2022-10-22T06:22:16.224Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||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-10-22T06:22:16.225Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||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-10-22T06:22:16.225Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:22:16.225Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:16.227Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:16.227Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419736224, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:22:16.328Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:22:16.329Z||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-10-22T06:22:16.329Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:16.341Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:16.341Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:22:17.228Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b57d3cb4-fa35-4d86-b56f-9fb5bfea94c0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-22T06:22:17.228Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-22T06:22:17.229Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||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-10-22T06:22:17.281Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-22T06:22:17.281Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b57d3cb4-fa35-4d86-b56f-9fb5bfea94c0 903 2022-10-22T06:22:17.282Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||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-10-22T06:22:17.282Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||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-10-22T06:22:17.282Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:22:17.282Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:17.284Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:17.284Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419737282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:22:17.384Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:22:17.385Z||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-10-22T06:22:17.385Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:17.402Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:17.402Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:22:18.284Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 70fa56eb-4fc7-4ee6-9078-a566b0bce83e 2022-10-22T06:22:18.285Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4d63b9bc-76c5-4a5b-a260-5a2334103ecf 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-10-22T06:22:18.299Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@381df729, org.onap.sdc.toscaparser.api.parameters.Input@464fab62, org.onap.sdc.toscaparser.api.parameters.Input@50d8a919, org.onap.sdc.toscaparser.api.parameters.Input@39a80849, org.onap.sdc.toscaparser.api.parameters.Input@6edb04ea] 2022-10-22T06:22:18.300Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:18.300Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:22:18.300Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-10-22T06:22:18.300Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 508a87d7-37e5-4334-9d3b-ad699bf12da9 2022-10-22T06:22:18.301Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 508a87d7-37e5-4334-9d3b-ad699bf12da9 matches Tosca VF Customization UUID: 508a87d7-37e5-4334-9d3b-ad699bf12da9 2022-10-22T06:22:18.301Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 508a87d7-37e5-4334-9d3b-ad699bf12da9 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-10-22T06:22:18.303Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:18.303Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:22:18.304Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 508a87d7-37e5-4334-9d3b-ad699bf12da9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-22T06:22:18.304Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3962ef39 2022-10-22T06:22:18.304Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:18.304Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-22T06:22:18.304Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8aeaa921-dc25-4a0a-b2dd-0e678769caf3 2022-10-22T06:22:18.305Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8aeaa921-dc25-4a0a-b2dd-0e678769caf3 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-10-22T06:22:18.307Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:18.307Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-22T06:22:18.308Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:22:18.308Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:18.308Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-22T06:22:18.308Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:22:18.309Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:18.309Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-22T06:22:18.309Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-22T06:22:18.309Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-22T06:22:18.309Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5b530fb0-e980-48bc-bc4e-479d99bf85a0 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-10-22T06:22:18.312Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:18.312Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-22T06:22:18.313Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:22:18.313Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:18.313Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-22T06:22:18.313Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=508a87d7-37e5-4334-9d3b-ad699bf12da9 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-10-22T06:22:18.315Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:18.315Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:22:18.316Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 70fa56eb-4fc7-4ee6-9078-a566b0bce83e: basic_vm 2022-10-22T06:22:18.316Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:18.316Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:22:18.316Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:18.316Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:22:18.317Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:18.317Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:22:18.317Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:18.317Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:22:18.318Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:22:18.318Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:22:18.318Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||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-10-22T06:22:18.410Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4d63b9bc-76c5-4a5b-a260-5a2334103ecf 1 ASDC deployResourceStructure 2022-10-22T06:22:18.411Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||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-10-22T06:22:18.411Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||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-10-22T06:22:18.411Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:22:18.411Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:18.413Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:18.413Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419738411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-22T06:22:18.513Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:22:18.514Z||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-10-22T06:22:18.514Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:18.530Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:18.530Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:22:19.414Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||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-10-22T06:22:19.415Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||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-10-22T06:22:19.415Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:22:19.415Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:19.417Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:19.417Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419739414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-22T06:22:19.517Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:22:19.518Z||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-10-22T06:22:19.518Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:19.530Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:19.531Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:22:20.418Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||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-10-22T06:22:20.418Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||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-10-22T06:22:20.418Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:22:20.419Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:20.420Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:20.420Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419740418, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-22T06:22:20.521Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:22:20.522Z||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-10-22T06:22:20.522Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:20.533Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:20.533Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:22:21.421Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-22T06:22:21.422Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-22T06:22:21.422Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:22:21.422Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:21.424Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:21.424Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419741421, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:22:21.524Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:22:21.525Z||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-10-22T06:22:21.525Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:21.536Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:21.536Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:22:22.429Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1dfb2e7-049a-4007-855b-9e6a3ff46d03 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:22:22.441Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1dfb2e7-049a-4007-855b-9e6a3ff46d03 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-10-22T06:22:22.443Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:22:22.443Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-22T06:22:22.443Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-22T06:22:22.443Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-22T06:22:22.444Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:22:22.444Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:22:22.444Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:22:22.444Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:22:22.444Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:22:22.444Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-22T06:22:22.448Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-22T06:22:52.449Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1dfb2e7-049a-4007-855b-9e6a3ff46d03 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-10-22T06:22:52.456Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1dfb2e7-049a-4007-855b-9e6a3ff46d03 and serviceModelVersionId: 70fa56eb-4fc7-4ee6-9078-a566b0bce83e 2022-10-22T06:22:52.457Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d5c72222-6f73-489c-b3fd-00ea17473a09 2022-10-22T06:22:52.457Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d5c72222-6f73-489c-b3fd-00ea17473a09/model-vers/model-ver/70fa56eb-4fc7-4ee6-9078-a566b0bce83e?depth=0 2022-10-22T06:22:52.462Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-10-22T06:22:52.506Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c72222-6f73-489c-b3fd-00ea17473a09/model-vers/model-ver/70fa56eb-4fc7-4ee6-9078-a566b0bce83e?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-10-22T06:22:52.507Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c72222-6f73-489c-b3fd-00ea17473a09/model-vers/model-ver/70fa56eb-4fc7-4ee6-9078-a566b0bce83e?depth=0|INFO|500||Invoke 2022-10-22T06:22:52.526Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c72222-6f73-489c-b3fd-00ea17473a09/model-vers/model-ver/70fa56eb-4fc7-4ee6-9078-a566b0bce83e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-22T06:22:52.654Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c72222-6f73-489c-b3fd-00ea17473a09/model-vers/model-ver/70fa56eb-4fc7-4ee6-9078-a566b0bce83e?depth=0|INFO|500||InvokeReturn 2022-10-22T06:22:52.654Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c72222-6f73-489c-b3fd-00ea17473a09/model-vers/model-ver/70fa56eb-4fc7-4ee6-9078-a566b0bce83e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221022-06:22:53:630-35968], vertex-id=[209000], Content-Length=[0], Date=[Sat, 22 Oct 2022 06:22:53 GMT], Content-Type=[application/json]} 2022-10-22T06:22:52.655Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-10-22T06:22:52.656Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-22T06:22:52.656Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-22T06:22:52.660Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-22T06:22:52.660Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1dfb2e7-049a-4007-855b-9e6a3ff46d03 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-22T06:22:52.661Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-22T06:22:52.661Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:52.662Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:52.663Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419772660, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-22T06:22:52.763Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:22:52.764Z||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-10-22T06:22:52.764Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:52.778Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:52.778Z||pool-66-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-10-22T06:22:53.676Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:22:53.676Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8ade7fc-7506-4bbd-9d80-426d7ffafe75","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"cb0cabc9-bd19-4f97-aa53-0384239444b5","serviceDescription":"service","serviceInvariantUUID":"cd2cb8df-b655-4d28-a350-45a1b1e5da37","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d3ced9ce-6353-46fe-905f-7964a9266c47","resourceInvariantUUID":"44be5e43-8906-4731-981d-9d1cd6949c5d","resourceCustomizationUUID":"dad3d505-f7c8-4499-8b47-1e048d39f7f0","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":"NWJmZGExY2Y2Y2E4MjUzNmFkY2FlNTk4NzIzNWQ0YWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"93910020-1904-4b9b-910f-74514fdbf20e","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":"00648c0e-9f8b-4495-89a1-d903ca5e8619","artifactVersion":"2","generatedFromUUID":"7a85fdc3-4fe1-4240-9e9f-8e4e69fc328c"},{"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":"7a85fdc3-4fe1-4240-9e9f-8e4e69fc328c","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":"YWZkOTU2ZDA3Y2YxY2ZjOGM1N2ZhMmFhNDA3NmJjODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7adb0cad-3f54-4042-a071-72adb6080201","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":"610717e9-da00-4664-8dde-11609fa97732","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":"5ce7037f-81d7-4292-976b-092a2d9b9e07","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":"70bc8ef6-35c8-41f8-9a98-8279875b17ac","artifactVersion":"2","generatedFromUUID":"610717e9-da00-4664-8dde-11609fa97732"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTFjYzgzMzhmNmZhNjNhYmVlNzczZDJlYzA5OTlhMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e2652dd-08a5-4df6-98e3-6764d63f6921","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjFjNDE3NmY0M2ExYmYyNmZmNmY3MTExMDc3NWFkMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de9b4562-a2eb-4342-a7a3-6f8a67f7cf36","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-22T06:22:53.677Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:22:53.677Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:53.679Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:53.679Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:53.779Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:22:53.780Z||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-10-22T06:22:53.780Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:53.792Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:53.792Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:22:54.679Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:22:54.680Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:54.682Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:54.682Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-22T06:22:54.783Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:22:54.783Z||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-10-22T06:22:54.784Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:54.795Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:54.795Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:22:55.683Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:22:55.685Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:55.687Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:55.687Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-22T06:22:55.787Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:22:55.788Z||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-10-22T06:22:55.788Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:55.799Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:55.799Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:22:56.688Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:22:56.689Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:56.691Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:56.691Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-22T06:22:56.791Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:22:56.792Z||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-10-22T06:22:56.792Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:56.802Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:56.802Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:22:57.691Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:22:57.692Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:57.694Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:57.694Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-22T06:22:57.795Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-22T06:22:57.796Z||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-10-22T06:22:57.796Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:57.810Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:57.810Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:22:58.694Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:22:58.695Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:58.697Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:58.697Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:22:58.802Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-10-22T06:22:58.803Z||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-10-22T06:22:58.803Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:58.832Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:58.833Z||pool-72-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:22:59.698Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:22:59.702Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:22:59.704Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:22:59.704Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-22T06:22:59.805Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:22:59.807Z||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-10-22T06:22:59.807Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:22:59.828Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:22:59.829Z||pool-73-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:23:00.705Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:23:00.706Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:23:00.708Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:23:00.708Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:23:00.808Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:23:00.809Z||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-10-22T06:23:00.809Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:23:00.822Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:23:00.823Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:23:01.709Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:23:01.709Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:23:01.712Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:23:01.712Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:23:01.812Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:23:01.812Z||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-10-22T06:23:01.813Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:23:01.824Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:23:01.824Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:23:02.713Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "cb0cabc9-bd19-4f97-aa53-0384239444b5", "serviceDescription": "service", "serviceInvariantUUID": "cd2cb8df-b655-4d28-a350-45a1b1e5da37", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "dad3d505-f7c8-4499-8b47-1e048d39f7f0", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d3ced9ce-6353-46fe-905f-7964a9266c47", "resourceInvariantUUID": "44be5e43-8906-4731-981d-9d1cd6949c5d", "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": "00648c0e-9f8b-4495-89a1-d903ca5e8619", "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": "7a85fdc3-4fe1-4240-9e9f-8e4e69fc328c", "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": "YWZkOTU2ZDA3Y2YxY2ZjOGM1N2ZhMmFhNDA3NmJjODQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7adb0cad-3f54-4042-a071-72adb6080201", "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": "610717e9-da00-4664-8dde-11609fa97732", "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": "70bc8ef6-35c8-41f8-9a98-8279875b17ac", "generatedFromUUID": "610717e9-da00-4664-8dde-11609fa97732" }, "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": "70bc8ef6-35c8-41f8-9a98-8279875b17ac", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MjFjNDE3NmY0M2ExYmYyNmZmNmY3MTExMDc3NWFkMTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "de9b4562-a2eb-4342-a7a3-6f8a67f7cf36" } ], "workloadContext": "Production" } 2022-10-22T06:23:02.713Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-22T06:23:02.713Z|e1dfb2e7-049a-4007-855b-9e6a3ff46d03|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 cb0cabc9-bd19-4f97-aa53-0384239444b5 ASDC 2022-10-22T06:23:02.714Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:c8ade7fc-7506-4bbd-9d80-426d7ffafe75 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:cb0cabc9-bd19-4f97-aa53-0384239444b5 ServiceInvariantUUID:cd2cb8df-b655-4d28-a350-45a1b1e5da37 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:de9b4562-a2eb-4342-a7a3-6f8a67f7cf36 ArtifactChecksum:MjFjNDE3NmY0M2ExYmYyNmZmNmY3MTExMDc3NWFkMTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:dad3d505-f7c8-4499-8b47-1e048d39f7f0 ResourceInvariantUUID:44be5e43-8906-4731-981d-9d1cd6949c5d ResourceName:basic_cnf ResourceType:VF ResourceUUID:d3ced9ce-6353-46fe-905f-7964a9266c47 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:00648c0e-9f8b-4495-89a1-d903ca5e8619 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:7a85fdc3-4fe1-4240-9e9f-8e4e69fc328c 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:7adb0cad-3f54-4042-a071-72adb6080201 ArtifactChecksum:YWZkOTU2ZDA3Y2YxY2ZjOGM1N2ZhMmFhNDA3NmJjODQ= 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:610717e9-da00-4664-8dde-11609fa97732 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:70bc8ef6-35c8-41f8-9a98-8279875b17ac 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:70bc8ef6-35c8-41f8-9a98-8279875b17ac ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-22T06:23:02.715Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb0cabc9-bd19-4f97-aa53-0384239444b5 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-10-22T06:23:02.746Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-22T06:23:02.746Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-22T06:23:02.747Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-22T06:23:02.747Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: de9b4562-a2eb-4342-a7a3-6f8a67f7cf36 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-22T06:23:02.747Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-22T06:23:02.747Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-22T06:23:02.882Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-22T06:23:02.885Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar de9b4562-a2eb-4342-a7a3-6f8a67f7cf36 73672 2022-10-22T06:23:02.886Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-22T06:23:02.886Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-22T06:23:02.886Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:23:02.886Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:23:02.888Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:23:02.889Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419782886, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:23:02.989Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:23:02.990Z||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-10-22T06:23:02.990Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:23:03.001Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:23:03.001Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:23:03.889Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-22T06:23:03.890Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-22T06:23:03.890Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: de9b4562-a2eb-4342-a7a3-6f8a67f7cf36, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-22T06:23:03.891Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-10-22T06:23:03.891Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-22T06:23:03.891Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-22T06:23:04.053Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7664188444514126407/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-10-22T06:23:05.062Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-22T06:23:05.063Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-22T06:23:05.063Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-22T06:23:05.063Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-22T06:23:05.063Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:05.064Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-22T06:23:05.064Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:05.064Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-22T06:23:05.064Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-22T06:23:05.064Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:05.064Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:23:05.065Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-22T06:23:05.065Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-22T06:23:05.065Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-22T06:23:05.065Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:05.066Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:23:05.066Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-22T06:23:05.066Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-22T06:23:05.066Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-22T06:23:05.066Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:05.066Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:23:05.067Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:05.067Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-22T06:23:05.067Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-10-22T06:23:05.067Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria 2022-10-22T06:23:05.067Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-22T06:23:05.068Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:05.068Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-22T06:23:05.068Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:05.068Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-22T06:23:05.068Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:23:05.069Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:05.069Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-22T06:23:05.069Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:23:05.069Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:05.069Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-22T06:23:05.070Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:23:05.070Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:05.070Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-22T06:23:05.070Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-22T06:23:05.071Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ad8e6e74-faa9-4dc8-a598-06bd46da704e 2022-10-22T06:23:05.071Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:05.071Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:23:05.071Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:05.071Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:23:05.072Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:05.072Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:23:05.072Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:05.072Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:23:05.072Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:cb0cabc9-bd19-4f97-aa53-0384239444b5 Model Version:NULL Model InvariantUuid:cd2cb8df-b655-4d28-a350-45a1b1e5da37 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:ff08c41e-d9c6-4880-8b77-3b29488bd92a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:44be5e43-8906-4731-981d-9d1cd6949c5d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:dad3d505-f7c8-4499-8b47-1e048d39f7f0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7af5fd79-dfe9-43ad-b41f-b45fa32f1d52 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:c7c7e769-4c21-44ad-bdfa-48fb813e1504 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ad8e6e74-faa9-4dc8-a598-06bd46da704e ModelInvariantUuid:2d851f28-5adc-41d5-be2e-bae16e99b6bc ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:b2a463f8-3b94-4839-b246-c6b990e59120 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:da535432-8111-457e-8f6e-08218c91b65f ModelInvariantUuid:7e3e1891-1a6e-4566-a31a-c839ef3c777d ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:06e384ab-b234-41f4-b1a2-5c03b2aab0dd 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-10-22T06:23:05.079Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d3ced9ce-6353-46fe-905f-7964a9266c47 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-10-22T06:23:05.082Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||basic_cnf 0 2022-10-22T06:23:05.083Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d3ced9ce-6353-46fe-905f-7964a9266c47 2022-10-22T06:23:05.083Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 00648c0e-9f8b-4495-89a1-d903ca5e8619 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-22T06:23:05.083Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-22T06:23:05.083Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:05.154Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-22T06:23:05.155Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 00648c0e-9f8b-4495-89a1-d903ca5e8619 12 2022-10-22T06:23:05.155Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:05.156Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:05.156Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:23:05.156Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:23:05.158Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:23:05.158Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419785155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:23:05.258Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:23:05.259Z||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-10-22T06:23:05.259Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:23:05.269Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:23:05.270Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:23:06.159Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7a85fdc3-4fe1-4240-9e9f-8e4e69fc328c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-22T06:23:06.159Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-22T06:23:06.160Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:06.214Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-22T06:23:06.215Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7a85fdc3-4fe1-4240-9e9f-8e4e69fc328c 2688 2022-10-22T06:23:06.215Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:06.215Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:06.215Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:23:06.216Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:23:06.217Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:23:06.218Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419786215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-22T06:23:06.318Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:23:06.318Z||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-10-22T06:23:06.319Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:23:06.330Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:23:06.331Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:23:07.219Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7adb0cad-3f54-4042-a071-72adb6080201 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-22T06:23:07.219Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-22T06:23:07.219Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:07.263Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-22T06:23:07.263Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7adb0cad-3f54-4042-a071-72adb6080201 828 2022-10-22T06:23:07.264Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:07.264Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:07.264Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:23:07.264Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:23:07.266Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:23:07.266Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419787264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-22T06:23:07.366Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:23:07.367Z||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-10-22T06:23:07.367Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:23:07.377Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:23:07.378Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:23:08.267Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "7af5fd79-dfe9-43ad-b41f-b45fa32f1d52", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c7c7e769-4c21-44ad-bdfa-48fb813e1504", "vfModuleModelCustomizationUUID": "d483a42e-73da-4c08-8bf7-1294d67056a0", "isBase": true, "artifacts": [ "610717e9-da00-4664-8dde-11609fa97732", "7a85fdc3-4fe1-4240-9e9f-8e4e69fc328c", "70bc8ef6-35c8-41f8-9a98-8279875b17ac" ], "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-10-22T06:23:08.270Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c7c7e769-4c21-44ad-bdfa-48fb813e1504 VfModuleModelInvariantUUID:7af5fd79-dfe9-43ad-b41f-b45fa32f1d52 VfModuleModelDescription:NULL Artifacts UUID List:{ 610717e9-da00-4664-8dde-11609fa97732 , 7a85fdc3-4fe1-4240-9e9f-8e4e69fc328c , 70bc8ef6-35c8-41f8-9a98-8279875b17ac } 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-10-22T06:23:08.272Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "7af5fd79-dfe9-43ad-b41f-b45fa32f1d52", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c7c7e769-4c21-44ad-bdfa-48fb813e1504", "vfModuleModelCustomizationUUID": "d483a42e-73da-4c08-8bf7-1294d67056a0", "isBase": true, "artifacts": [ "610717e9-da00-4664-8dde-11609fa97732", "7a85fdc3-4fe1-4240-9e9f-8e4e69fc328c", "70bc8ef6-35c8-41f8-9a98-8279875b17ac" ], "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-10-22T06:23:08.272Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c7c7e769-4c21-44ad-bdfa-48fb813e1504 VfModuleModelInvariantUUID:7af5fd79-dfe9-43ad-b41f-b45fa32f1d52 VfModuleModelDescription:NULL Artifacts UUID List:{ 610717e9-da00-4664-8dde-11609fa97732 , 7a85fdc3-4fe1-4240-9e9f-8e4e69fc328c , 70bc8ef6-35c8-41f8-9a98-8279875b17ac } 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-10-22T06:23:08.272Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 610717e9-da00-4664-8dde-11609fa97732 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-22T06:23:08.273Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-22T06:23:08.273Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:08.319Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-22T06:23:08.319Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 610717e9-da00-4664-8dde-11609fa97732 1164 2022-10-22T06:23:08.320Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:08.320Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:08.320Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:23:08.320Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:23:08.322Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:23:08.322Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419788320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:23:08.422Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:23:08.424Z||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-10-22T06:23:08.424Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:23:08.441Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:23:08.441Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:23:09.323Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 70bc8ef6-35c8-41f8-9a98-8279875b17ac from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-22T06:23:09.324Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-22T06:23:09.324Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:09.370Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-22T06:23:09.370Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 70bc8ef6-35c8-41f8-9a98-8279875b17ac 200 2022-10-22T06:23:09.370Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:09.371Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:09.371Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:23:09.371Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:23:09.373Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:23:09.373Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419789370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:23:09.473Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:23:09.474Z||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-10-22T06:23:09.475Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:23:09.485Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:23:09.485Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:23:10.374Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: cb0cabc9-bd19-4f97-aa53-0384239444b5 2022-10-22T06:23:10.374Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d3ced9ce-6353-46fe-905f-7964a9266c47 ASDC 2022-10-22T06:23:10.384Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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-10-22T06:23:10.394Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61ee963, org.onap.sdc.toscaparser.api.parameters.Input@4fd1c06d, org.onap.sdc.toscaparser.api.parameters.Input@ecf2592, org.onap.sdc.toscaparser.api.parameters.Input@7a7c3441, org.onap.sdc.toscaparser.api.parameters.Input@b589f9c] 2022-10-22T06:23:10.395Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:10.395Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:23:10.396Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-10-22T06:23:10.396Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= dad3d505-f7c8-4499-8b47-1e048d39f7f0 2022-10-22T06:23:10.396Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dad3d505-f7c8-4499-8b47-1e048d39f7f0 matches Tosca VF Customization UUID: dad3d505-f7c8-4499-8b47-1e048d39f7f0 2022-10-22T06:23:10.396Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: dad3d505-f7c8-4499-8b47-1e048d39f7f0 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-10-22T06:23:10.398Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:10.398Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:23:10.398Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id dad3d505-f7c8-4499-8b47-1e048d39f7f0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-22T06:23:10.398Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@261a5e9a 2022-10-22T06:23:10.399Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:10.399Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-22T06:23:10.399Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d483a42e-73da-4c08-8bf7-1294d67056a0 2022-10-22T06:23:10.399Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d483a42e-73da-4c08-8bf7-1294d67056a0 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-10-22T06:23:10.401Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:10.401Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-22T06:23:10.402Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:23:10.402Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:10.402Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-22T06:23:10.402Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:23:10.402Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:10.403Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-22T06:23:10.403Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-22T06:23:10.403Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ad8e6e74-faa9-4dc8-a598-06bd46da704e 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-10-22T06:23:10.405Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:10.405Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-22T06:23:10.405Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:23:10.406Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:10.406Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-22T06:23:10.406Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=dad3d505-f7c8-4499-8b47-1e048d39f7f0 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-10-22T06:23:10.408Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:10.408Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:23:10.408Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid cb0cabc9-bd19-4f97-aa53-0384239444b5: basic_cnf 2022-10-22T06:23:10.408Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:10.408Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:23:10.409Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:10.409Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:23:10.409Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:10.409Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:23:10.409Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:10.409Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:23:10.410Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:23:10.410Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:23:10.410Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:10.501Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d3ced9ce-6353-46fe-905f-7964a9266c47 1 ASDC deployResourceStructure 2022-10-22T06:23:10.502Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:10.502Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:10.502Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-22T06:23:10.502Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:23:10.504Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:23:10.504Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419790501, "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-10-22T06:23:10.604Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:23:10.605Z||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-10-22T06:23:10.605Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:23:10.614Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:23:10.615Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:23:11.505Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:11.505Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:11.505Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-22T06:23:11.505Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:23:11.507Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:23:11.507Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419791505, "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-10-22T06:23:11.607Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:23:11.609Z||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-10-22T06:23:11.609Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:23:11.620Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:23:11.621Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:23:11.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:23:11.688Z||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-10-22T06:23:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:23:11.708Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:23:11.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:23:11.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c197f03-7d1a-47dc-b472-58e68ff87e7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419720208, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-22T06:23:11.710Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:23:11.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:23:11.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:23:11.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:23:11.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:23:11.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-22T06:23:11.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:23:11.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:23:11.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-22T06:23:11.712Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:23:11.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:23:11.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:23:11.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:23:11.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:23:11.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-22T06:23:11.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:23:11.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:23:11.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:23:11.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:23:12.508Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:12.508Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:12.508Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:23:12.509Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:23:12.511Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:23:12.511Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419792508, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-22T06:23:12.611Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:23:12.612Z||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-10-22T06:23:12.613Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:23:12.626Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:23:12.627Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:23:13.512Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:13.512Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:13.512Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:23:13.512Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:23:13.514Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:23:13.514Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419793512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-22T06:23:13.615Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-22T06:23:13.616Z||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-10-22T06:23:13.616Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:23:13.627Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:23:13.627Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:23:14.515Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:14.516Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||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-10-22T06:23:14.516Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:23:14.516Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:23:14.518Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:23:14.518Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419794515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-22T06:23:14.618Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:23:14.619Z||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-10-22T06:23:14.619Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:23:14.631Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:23:14.631Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:23:15.519Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-22T06:23:15.519Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-22T06:23:15.520Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:23:15.520Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:23:15.522Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:23:15.522Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419795519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:23:15.622Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:23:15.623Z||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-10-22T06:23:15.623Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:23:15.634Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:23:15.634Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:23:16.522Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8ade7fc-7506-4bbd-9d80-426d7ffafe75 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:23:16.532Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8ade7fc-7506-4bbd-9d80-426d7ffafe75 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-10-22T06:23:16.535Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:23:16.535Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-22T06:23:16.535Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-22T06:23:16.535Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-22T06:23:16.535Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:23:16.535Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:23:16.535Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:23:16.535Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:23:16.536Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:23:16.536Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-22T06:23:16.541Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-22T06:23:46.541Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8ade7fc-7506-4bbd-9d80-426d7ffafe75 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-10-22T06:23:46.705Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8ade7fc-7506-4bbd-9d80-426d7ffafe75 and serviceModelVersionId: cb0cabc9-bd19-4f97-aa53-0384239444b5 2022-10-22T06:23:46.705Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cd2cb8df-b655-4d28-a350-45a1b1e5da37 2022-10-22T06:23:46.706Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cd2cb8df-b655-4d28-a350-45a1b1e5da37/model-vers/model-ver/cb0cabc9-bd19-4f97-aa53-0384239444b5?depth=0 2022-10-22T06:23:46.713Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-10-22T06:23:46.771Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2cb8df-b655-4d28-a350-45a1b1e5da37/model-vers/model-ver/cb0cabc9-bd19-4f97-aa53-0384239444b5?depth=0|INFO|500||Invoke 2022-10-22T06:23:46.772Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2cb8df-b655-4d28-a350-45a1b1e5da37/model-vers/model-ver/cb0cabc9-bd19-4f97-aa53-0384239444b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2cb8df-b655-4d28-a350-45a1b1e5da37/model-vers/model-ver/cb0cabc9-bd19-4f97-aa53-0384239444b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8ade7fc-7506-4bbd-9d80-426d7ffafe75], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4621e6fb-e42d-4948-aae5-2bf79cf285de], X-ECOMP-RequestID=[c8ade7fc-7506-4bbd-9d80-426d7ffafe75], X-TransactionId=[], X-ONAP-RequestID=[c8ade7fc-7506-4bbd-9d80-426d7ffafe75], Content-Type=[application/merge-patch+json]} 2022-10-22T06:23:46.804Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2cb8df-b655-4d28-a350-45a1b1e5da37/model-vers/model-ver/cb0cabc9-bd19-4f97-aa53-0384239444b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-22T06:23:46.888Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2cb8df-b655-4d28-a350-45a1b1e5da37/model-vers/model-ver/cb0cabc9-bd19-4f97-aa53-0384239444b5?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/cd2cb8df-b655-4d28-a350-45a1b1e5da37/model-vers/model-ver/cb0cabc9-bd19-4f97-aa53-0384239444b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221022-06:23:47:907-85143], vertex-id=[180264], Content-Length=[0], Date=[Sat, 22 Oct 2022 06:23:47 GMT], Content-Type=[application/json]} 2022-10-22T06:23:46.889Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2cb8df-b655-4d28-a350-45a1b1e5da37/model-vers/model-ver/cb0cabc9-bd19-4f97-aa53-0384239444b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-22T06:23:46.889Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd2cb8df-b655-4d28-a350-45a1b1e5da37/model-vers/model-ver/cb0cabc9-bd19-4f97-aa53-0384239444b5?depth=0|INFO|500||InvokeReturn 2022-10-22T06:23:46.890Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-22T06:23:46.890Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-22T06:23:46.896Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-22T06:23:46.897Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8ade7fc-7506-4bbd-9d80-426d7ffafe75 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-22T06:23:46.897Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-22T06:23:46.898Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:23:46.901Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:23:46.901Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419826897, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-22T06:23:47.001Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:23:47.015Z||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-10-22T06:23:47.017Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:23:47.044Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:23:47.044Z||pool-88-thread-1|||||INFO|500||cambria reply ok (43 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-10-22T06:23:48.078Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:23:48.079Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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-10-22T06:23:48.079Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:23:57.626Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:23:57.627Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:23:57.628Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:23:57.628Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:24:07.195Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:24:07.196Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:24:07.197Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:24:07.197Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:24:11.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:24:11.688Z||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-10-22T06:24:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:24:11.706Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:24:11.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-22T06:24:11.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:24:11.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-10-22T06:24:16.742Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:24:16.743Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:24:16.744Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:24:16.744Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:24:26.290Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:24:26.292Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:24:26.293Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:24:26.293Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:24:35.846Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:25:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:25:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:25:11.681Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:25:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:25:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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-10-22T06:25:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:25:11.709Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:25:11.710Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.710Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419732870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:25:11.711Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:25:11.711Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.711Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419735153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-22T06:25:11.711Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:25:11.712Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.712Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419736224, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:25:11.712Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:25:11.712Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.712Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419737282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:25:11.712Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:25:11.712Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.712Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419738411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-22T06:25:11.712Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:25:11.712Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.713Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419739414, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-22T06:25:11.713Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:25:11.713Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.713Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419740418, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-22T06:25:11.713Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:25:11.713Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.713Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419741421, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:25:11.713Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:25:11.713Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.713Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1dfb2e7-049a-4007-855b-9e6a3ff46d03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419772660, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-22T06:25:11.714Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:25:11.714Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.714Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:25:11.714Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-22T06:25:11.714Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.714Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-22T06:25:11.714Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-22T06:25:11.714Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.715Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-22T06:25:11.715Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-22T06:25:11.715Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.715Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-22T06:25:11.715Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-22T06:25:11.715Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.715Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-22T06:25:11.715Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-22T06:25:11.715Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.716Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:25:11.716Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-22T06:25:11.716Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.716Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-22T06:25:11.716Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-22T06:25:11.716Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.716Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:25:11.717Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-22T06:25:11.717Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.717Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419721225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:25:11.717Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-22T06:25:11.717Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.717Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419782886, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:25:11.717Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:25:11.717Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.717Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419785155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:25:11.717Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:25:11.718Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.718Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419786215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-22T06:25:11.718Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:25:11.718Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.718Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419787264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-22T06:25:11.718Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:25:11.718Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.718Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419788320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:25:11.718Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:25:11.719Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.719Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419789370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:25:11.719Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:25:11.719Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.719Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419790501, "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-10-22T06:25:11.719Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:25:11.719Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-22T06:25:11.719Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419791505, "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-10-22T06:25:11.719Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:25:21.247Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:26:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:26:11.685Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:26:11.686Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:26:11.687Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:26:11.687Z||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-10-22T06:26:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:26:12.220Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:26:12.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:26:12.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419792508, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-22T06:26:12.224Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:26:12.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:26:12.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419793512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-22T06:26:12.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:26:12.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:26:12.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419794515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-22T06:26:12.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:26:12.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:26:12.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419795519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:26:12.225Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:26:12.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:26:12.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8ade7fc-7506-4bbd-9d80-426d7ffafe75", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666419826897, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-22T06:26:12.226Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:26:21.274Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:27:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:27:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:27:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:27:11.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:27:11.687Z||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-10-22T06:27:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:27:21.226Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:27:21.272Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:28:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:28:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:28:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:28:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:28:11.687Z||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-10-22T06:28:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:28:21.246Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:28:21.246Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:29:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:29:11.681Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:29:11.681Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:29:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:29:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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-10-22T06:29:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:29:21.223Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:29:21.240Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:30:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:30:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:30:11.681Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:30:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:30:11.687Z||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-10-22T06:30:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:30:21.239Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:30:21.252Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:31:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:31:11.681Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:31:11.682Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:31:11.687Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:31:11.687Z||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-10-22T06:31:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:31:21.248Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:31:21.248Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:11.679Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:32:11.681Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-22T06:32:11.681Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:11.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:32:11.687Z||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-10-22T06:32:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:11.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:11.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "cds", "timestamp": 1666420304533, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420308094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "multicloud-k8s-id", "timestamp": 1666420309621, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "cds", "timestamp": 1666420304533, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420308094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "multicloud-k8s-id", "timestamp": 1666420309621, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-22T06:32:11.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "ves-openapi-manager", "timestamp": 1666420309384, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "aai-ml", "timestamp": 1666420310713, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "cds", "timestamp": 1666420304533, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420308094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "multicloud-k8s-id", "timestamp": 1666420309621, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-22T06:32:11.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "ves-openapi-manager", "timestamp": 1666420309384, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "aai-ml", "timestamp": 1666420310713, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420308094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "cds", "timestamp": 1666420304533, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "multicloud-k8s-id", "timestamp": 1666420309621, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "ves-openapi-manager", "timestamp": 1666420309384, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "aai-ml", "timestamp": 1666420310713, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420308094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "cds", "timestamp": 1666420304533, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "multicloud-k8s-id", "timestamp": 1666420309621, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-22T06:32:11.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "ves-openapi-manager", "timestamp": 1666420309384, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "aai-ml", "timestamp": 1666420310713, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420308094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "cds", "timestamp": 1666420304533, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.864Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "multicloud-k8s-id", "timestamp": 1666420309621, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-22T06:32:11.865Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "ves-openapi-manager", "timestamp": 1666420309384, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "aai-ml", "timestamp": 1666420310713, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420308094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "cds", "timestamp": 1666420304533, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "multicloud-k8s-id", "timestamp": 1666420309621, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-22T06:32:11.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "ves-openapi-manager", "timestamp": 1666420309384, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "aai-ml", "timestamp": 1666420310713, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420308094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "cds", "timestamp": 1666420304533, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "multicloud-k8s-id", "timestamp": 1666420309621, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "ves-openapi-manager", "timestamp": 1666420309384, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "aai-ml", "timestamp": 1666420310713, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420308094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "cds", "timestamp": 1666420304533, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "multicloud-k8s-id", "timestamp": 1666420309621, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "ves-openapi-manager", "timestamp": 1666420309384, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "aai-ml", "timestamp": 1666420310713, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420308094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:32:11.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "cds", "timestamp": 1666420304533, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:32:11.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "multicloud-k8s-id", "timestamp": 1666420309621, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:32:11.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "ves-openapi-manager", "timestamp": 1666420309384, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "aai-ml", "timestamp": 1666420310713, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "ves-openapi-manager", "timestamp": 1666420309384, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420320392, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:32:11.874Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:32:11.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "cds", "timestamp": 1666420319670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:32:11.874Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:32:11.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "multicloud-k8s-id", "timestamp": 1666420320424, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-22T06:32:11.874Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:32:11.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "aai-ml", "timestamp": 1666420310713, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:32:11.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "multicloud-k8s-id", "timestamp": 1666420321486, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:32:11.875Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:32:11.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "aai-ml", "timestamp": 1666420321479, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:32:11.875Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:32:11.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "multicloud-k8s-id", "timestamp": 1666420322546, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:32:11.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:32:11.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420322731, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:32:11.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:32:11.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "cds", "timestamp": 1666420322154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:32:11.905Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5f0b1226-6d67-442f-a65f-0098da2ca85f 2022-10-22T06:32:11.906Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f0b1226-6d67-442f-a65f-0098da2ca85f 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-10-22T06:32:11.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "multicloud-k8s-id", "timestamp": 1666420323604, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-22T06:32:11.916Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:32:11.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420323734, "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-10-22T06:32:11.922Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5f0b1226-6d67-442f-a65f-0098da2ca85f 2022-10-22T06:32:11.923Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f0b1226-6d67-442f-a65f-0098da2ca85f 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-10-22T06:32:11.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "cds", "timestamp": 1666420323157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "multicloud-k8s-id", "timestamp": 1666420324669, "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-10-22T06:32:11.936Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f0b1226-6d67-442f-a65f-0098da2ca85f 2022-10-22T06:32:11.937Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f0b1226-6d67-442f-a65f-0098da2ca85f 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-10-22T06:32:11.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "cds", "timestamp": 1666420323157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "multicloud-k8s-id", "timestamp": 1666420325673, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-22T06:32:11.948Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:32:11.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "cds", "timestamp": 1666420323157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "cds", "timestamp": 1666420323157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "cds", "timestamp": 1666420323157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "aai-ml", "timestamp": 1666420328507, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:32:11.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:32:11.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "cds", "timestamp": 1666420323157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "aai-ml", "timestamp": 1666420329511, "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-10-22T06:32:11.956Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5f0b1226-6d67-442f-a65f-0098da2ca85f 2022-10-22T06:32:11.957Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f0b1226-6d67-442f-a65f-0098da2ca85f 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-10-22T06:32:11.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "multicloud-k8s-id", "timestamp": 1666420329621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "cds", "timestamp": 1666420323157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "multicloud-k8s-id", "timestamp": 1666420329621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-22T06:32:11.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "ves-openapi-manager", "timestamp": 1666420329384, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "cds", "timestamp": 1666420323157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:32:11.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "multicloud-k8s-id", "timestamp": 1666420329621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-22T06:32:11.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:11.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:32:11.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "ves-openapi-manager", "timestamp": 1666420329384, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:11.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:32:12.339Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:12.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-22T06:32:12.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"5f0b1226-6d67-442f-a65f-0098da2ca85f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"be45f7b9-80eb-4558-bcd5-a05b49503c65","serviceDescription":"service","serviceInvariantUUID":"599af099-175a-4241-95de-a283c2ffa3b9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1301ff99-de36-4416-bd3c-8e941fb8e240","resourceInvariantUUID":"dda9ab05-b5b9-4af3-a9e9-4e78ea8ad2ac","resourceCustomizationUUID":"51bc9f0d-cc14-4847-915f-09078b97ee15","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NmIxZjk4ZmIwYTk3ZDk4MDg2YWNmZTRhM2M5OWQ5M2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4a833d8-4ec1-4520-8564-af6730bc8428","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"OGY2MjFjMDM1Yjg0ZjE0MWYzOThlNzQxZTM4MzY3ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"031a28e8-7f90-4dbe-aea5-0fbf5a30864b","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"91407b0d-c5d7-4d42-a942-41cae0142ef1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1e5cb18-7fb5-4861-bd69-c4da9a0618aa","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"65fcef32-0235-458c-aa7b-3818f6e462a8","artifactVersion":"2","generatedFromUUID":"bf8cbf56-e589-479e-b237-57b36ea53477"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dc09e8b1-d6c5-4de8-ade7-978f4ba0180c","artifactVersion":"2","generatedFromUUID":"91407b0d-c5d7-4d42-a942-41cae0142ef1"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bf8cbf56-e589-479e-b237-57b36ea53477","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0bb51323-edac-4047-b4cd-35ff26088e2b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MzllM2IwZGY0MTRkMDNmMzdkNjFlN2U0YjkxNDFmNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9859b36b-447c-47ae-9204-9e9fd4a6c882","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ODIxOTI3M2UzY2E4MDkxOGEzYTFhMDBiOGJiNTlkZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"822ff6e2-f577-47ae-9a3a-82dc087e859b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-22T06:32:12.344Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:32:12.345Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:12.350Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:12.350Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:12.451Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:32:12.452Z||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-10-22T06:32:12.452Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:12.464Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:12.464Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:32:13.351Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:32:13.352Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:13.354Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:13.354Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-22T06:32:13.454Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:32:13.455Z||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-10-22T06:32:13.455Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:13.466Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:13.466Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:32:14.355Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:32:14.356Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:14.358Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:14.358Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-22T06:32:14.458Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:32:14.459Z||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-10-22T06:32:14.459Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:14.471Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:14.471Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:32:15.359Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:32:15.360Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:15.362Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:15.362Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:15.462Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:32:15.464Z||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-10-22T06:32:15.465Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:15.475Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:15.479Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:32:16.363Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:32:16.363Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:16.366Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:16.366Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-22T06:32:16.465Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:32:16.466Z||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-10-22T06:32:16.466Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:16.490Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:16.490Z||pool-93-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:32:17.366Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:32:17.367Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:17.369Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:17.369Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-22T06:32:17.470Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:32:17.471Z||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-10-22T06:32:17.471Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:17.481Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:17.482Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:32:18.370Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:32:18.371Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:18.374Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:18.374Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-22T06:32:18.474Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:32:18.475Z||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-10-22T06:32:18.481Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:18.492Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:18.492Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:32:19.375Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:32:19.376Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:19.378Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:19.378Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:19.479Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:32:19.481Z||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-10-22T06:32:19.481Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:19.491Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:19.492Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:32:20.379Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:32:20.380Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:20.384Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:20.384Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:32:20.484Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:32:20.485Z||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-10-22T06:32:20.485Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:20.499Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:20.499Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:32:21.384Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:32:21.385Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:21.387Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:21.387Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:32:21.487Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:32:21.488Z||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-10-22T06:32:21.488Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:21.499Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:21.499Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:32:22.389Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "be45f7b9-80eb-4558-bcd5-a05b49503c65", "serviceDescription": "service", "serviceInvariantUUID": "599af099-175a-4241-95de-a283c2ffa3b9", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "51bc9f0d-cc14-4847-915f-09078b97ee15", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1301ff99-de36-4416-bd3c-8e941fb8e240", "resourceInvariantUUID": "dda9ab05-b5b9-4af3-a9e9-4e78ea8ad2ac", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "OGY2MjFjMDM1Yjg0ZjE0MWYzOThlNzQxZTM4MzY3ODc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "031a28e8-7f90-4dbe-aea5-0fbf5a30864b", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "91407b0d-c5d7-4d42-a942-41cae0142ef1", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "dc09e8b1-d6c5-4de8-ade7-978f4ba0180c", "generatedFromUUID": "91407b0d-c5d7-4d42-a942-41cae0142ef1" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "65fcef32-0235-458c-aa7b-3818f6e462a8", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "dc09e8b1-d6c5-4de8-ade7-978f4ba0180c", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "bf8cbf56-e589-479e-b237-57b36ea53477", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ODIxOTI3M2UzY2E4MDkxOGEzYTFhMDBiOGJiNTlkZTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "822ff6e2-f577-47ae-9a3a-82dc087e859b" } ], "workloadContext": "Production" } 2022-10-22T06:32:22.389Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-22T06:32:22.390Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 be45f7b9-80eb-4558-bcd5-a05b49503c65 ASDC 2022-10-22T06:32:22.391Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:5f0b1226-6d67-442f-a65f-0098da2ca85f ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:be45f7b9-80eb-4558-bcd5-a05b49503c65 ServiceInvariantUUID:599af099-175a-4241-95de-a283c2ffa3b9 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:822ff6e2-f577-47ae-9a3a-82dc087e859b ArtifactChecksum:ODIxOTI3M2UzY2E4MDkxOGEzYTFhMDBiOGJiNTlkZTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:51bc9f0d-cc14-4847-915f-09078b97ee15 ResourceInvariantUUID:dda9ab05-b5b9-4af3-a9e9-4e78ea8ad2ac ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:1301ff99-de36-4416-bd3c-8e941fb8e240 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:031a28e8-7f90-4dbe-aea5-0fbf5a30864b ArtifactChecksum:OGY2MjFjMDM1Yjg0ZjE0MWYzOThlNzQxZTM4MzY3ODc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:91407b0d-c5d7-4d42-a942-41cae0142ef1 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:dc09e8b1-d6c5-4de8-ade7-978f4ba0180c ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:65fcef32-0235-458c-aa7b-3818f6e462a8 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:dc09e8b1-d6c5-4de8-ade7-978f4ba0180c ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:bf8cbf56-e589-479e-b237-57b36ea53477 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-22T06:32:22.392Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF be45f7b9-80eb-4558-bcd5-a05b49503c65 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-10-22T06:32:22.430Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-22T06:32:22.431Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-22T06:32:22.432Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-22T06:32:22.432Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 822ff6e2-f577-47ae-9a3a-82dc087e859b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-22T06:32:22.432Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-22T06:32:22.432Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-22T06:32:22.507Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-22T06:32:22.516Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 822ff6e2-f577-47ae-9a3a-82dc087e859b 162970 2022-10-22T06:32:22.517Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-10-22T06:32:22.517Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-22T06:32:22.517Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:32:22.517Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:22.520Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:22.520Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420342517, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:32:22.620Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:32:22.621Z||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-10-22T06:32:22.621Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:22.662Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:22.662Z||pool-99-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:32:23.520Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-22T06:32:23.521Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-22T06:32:23.522Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 822ff6e2-f577-47ae-9a3a-82dc087e859b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-22T06:32:23.522Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-10-22T06:32:23.523Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-22T06:32:23.523Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-22T06:32:23.715Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3237104884854044099/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-10-22T06:32:24.916Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-22T06:32:24.916Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-22T06:32:24.917Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-22T06:32:24.917Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-22T06:32:24.917Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-22T06:32:24.917Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-22T06:32:24.917Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-22T06:32:24.917Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-22T06:32:24.918Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-22T06:32:24.918Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:24.918Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:32:24.919Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-22T06:32:24.919Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-22T06:32:24.919Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-22T06:32:24.920Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:24.920Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:32:24.920Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-22T06:32:24.920Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-22T06:32:24.920Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-22T06:32:24.921Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:24.921Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:32:24.921Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:24.921Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-22T06:32:24.922Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-10-22T06:32:24.922Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-10-22T06:32:24.922Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-22T06:32:24.922Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:24.922Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-22T06:32:24.923Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:24.923Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-22T06:32:24.923Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:32:24.924Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:24.924Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-22T06:32:24.924Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:32:24.924Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:24.924Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-22T06:32:24.925Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:32:24.925Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:24.925Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-22T06:32:24.925Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:32:24.926Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:24.926Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-22T06:32:24.926Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-10-22T06:32:24.926Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=8bfeef3d-8353-49ec-ac88-5fe4d1a6148e 2022-10-22T06:32:24.927Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:24.927Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:32:24.927Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:24.927Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:32:24.928Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:24.928Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:32:24.928Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:24.928Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:32:24.928Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:be45f7b9-80eb-4558-bcd5-a05b49503c65 Model Version:NULL Model InvariantUuid:599af099-175a-4241-95de-a283c2ffa3b9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:aa80d8a8-f876-4fef-a247-f2b3c26c38ea Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:dda9ab05-b5b9-4af3-a9e9-4e78ea8ad2ac Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:51bc9f0d-cc14-4847-915f-09078b97ee15 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7166f007-be6e-4c50-8d6f-d21a5d88b964 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:33286a70-390c-442d-afe1-2a781badb0ba ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:08a40766-c875-4cab-bb96-a059e481279d ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:744ef799-863b-4ce2-8e72-2d54524a6016 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8bfeef3d-8353-49ec-ac88-5fe4d1a6148e ModelInvariantUuid:a5620da8-44d9-465e-bf66-56419a51815d ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:f5ab478b-303e-43e7-84ea-37063aa10735 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:386efdcc-01f1-4c2e-bf87-27fd810af876 ModelInvariantUuid:abf0ab17-edaa-487e-ba42-7befae75050f ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:0d32e8c1-3694-4410-bdac-8bff38298751 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-10-22T06:32:24.937Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 1301ff99-de36-4416-bd3c-8e941fb8e240 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-10-22T06:32:24.944Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0 2022-10-22T06:32:24.944Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1301ff99-de36-4416-bd3c-8e941fb8e240 2022-10-22T06:32:24.944Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 031a28e8-7f90-4dbe-aea5-0fbf5a30864b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-22T06:32:24.944Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-22T06:32:24.944Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-22T06:32:24.987Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-22T06:32:24.987Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 031a28e8-7f90-4dbe-aea5-0fbf5a30864b 1565 2022-10-22T06:32:24.988Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-10-22T06:32:24.988Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-22T06:32:24.988Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:32:24.988Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:24.990Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:24.990Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420344988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-22T06:32:25.090Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:32:25.091Z||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-10-22T06:32:25.091Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:25.102Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:25.103Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:32:25.991Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "08a40766-c875-4cab-bb96-a059e481279d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "744ef799-863b-4ce2-8e72-2d54524a6016", "vfModuleModelCustomizationUUID": "07518c2f-a3f7-4a4d-8951-e98461dc5249", "isBase": true, "artifacts": [ "91407b0d-c5d7-4d42-a942-41cae0142ef1", "dc09e8b1-d6c5-4de8-ade7-978f4ba0180c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "7166f007-be6e-4c50-8d6f-d21a5d88b964", "vfModuleModelVersion": "1", "vfModuleModelUUID": "33286a70-390c-442d-afe1-2a781badb0ba", "vfModuleModelCustomizationUUID": "18876d08-25dd-448a-a83a-27bd15870467", "isBase": false, "artifacts": [ "bf8cbf56-e589-479e-b237-57b36ea53477" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-22T06:32:25.997Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:744ef799-863b-4ce2-8e72-2d54524a6016 VfModuleModelInvariantUUID:08a40766-c875-4cab-bb96-a059e481279d VfModuleModelDescription:NULL Artifacts UUID List:{ 91407b0d-c5d7-4d42-a942-41cae0142ef1 , dc09e8b1-d6c5-4de8-ade7-978f4ba0180c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:33286a70-390c-442d-afe1-2a781badb0ba VfModuleModelInvariantUUID:7166f007-be6e-4c50-8d6f-d21a5d88b964 VfModuleModelDescription:NULL Artifacts UUID List:{ bf8cbf56-e589-479e-b237-57b36ea53477 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-10-22T06:32:26.000Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "08a40766-c875-4cab-bb96-a059e481279d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "744ef799-863b-4ce2-8e72-2d54524a6016", "vfModuleModelCustomizationUUID": "07518c2f-a3f7-4a4d-8951-e98461dc5249", "isBase": true, "artifacts": [ "91407b0d-c5d7-4d42-a942-41cae0142ef1", "dc09e8b1-d6c5-4de8-ade7-978f4ba0180c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "7166f007-be6e-4c50-8d6f-d21a5d88b964", "vfModuleModelVersion": "1", "vfModuleModelUUID": "33286a70-390c-442d-afe1-2a781badb0ba", "vfModuleModelCustomizationUUID": "18876d08-25dd-448a-a83a-27bd15870467", "isBase": false, "artifacts": [ "bf8cbf56-e589-479e-b237-57b36ea53477" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-22T06:32:26.001Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:744ef799-863b-4ce2-8e72-2d54524a6016 VfModuleModelInvariantUUID:08a40766-c875-4cab-bb96-a059e481279d VfModuleModelDescription:NULL Artifacts UUID List:{ 91407b0d-c5d7-4d42-a942-41cae0142ef1 , dc09e8b1-d6c5-4de8-ade7-978f4ba0180c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:33286a70-390c-442d-afe1-2a781badb0ba VfModuleModelInvariantUUID:7166f007-be6e-4c50-8d6f-d21a5d88b964 VfModuleModelDescription:NULL Artifacts UUID List:{ bf8cbf56-e589-479e-b237-57b36ea53477 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-10-22T06:32:26.001Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 91407b0d-c5d7-4d42-a942-41cae0142ef1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-22T06:32:26.001Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-22T06:32:26.002Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-22T06:32:26.045Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-22T06:32:26.046Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 91407b0d-c5d7-4d42-a942-41cae0142ef1 914 2022-10-22T06:32:26.046Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-10-22T06:32:26.046Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-22T06:32:26.046Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:32:26.046Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:26.049Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:26.049Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420346046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:32:26.149Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:32:26.150Z||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-10-22T06:32:26.150Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:26.164Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:26.164Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:32:27.049Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 65fcef32-0235-458c-aa7b-3818f6e462a8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-22T06:32:27.050Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-22T06:32:27.050Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-22T06:32:27.095Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-22T06:32:27.095Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 65fcef32-0235-458c-aa7b-3818f6e462a8 12 2022-10-22T06:32:27.095Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-10-22T06:32:27.096Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-22T06:32:27.096Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:32:27.096Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:27.100Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:27.100Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420347095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:32:27.201Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-22T06:32:27.202Z||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-10-22T06:32:27.202Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:27.220Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:27.220Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:32:28.100Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dc09e8b1-d6c5-4de8-ade7-978f4ba0180c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-22T06:32:28.101Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-22T06:32:28.101Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-22T06:32:28.154Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-22T06:32:28.154Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env dc09e8b1-d6c5-4de8-ade7-978f4ba0180c 96 2022-10-22T06:32:28.154Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-10-22T06:32:28.155Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-22T06:32:28.155Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:32:28.155Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:28.157Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:28.157Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420348154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:32:28.257Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:32:28.258Z||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-10-22T06:32:28.258Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:28.269Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:28.269Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:32:29.157Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bf8cbf56-e589-479e-b237-57b36ea53477 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-22T06:32:29.158Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-22T06:32:29.158Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-22T06:32:29.199Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-22T06:32:29.200Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz bf8cbf56-e589-479e-b237-57b36ea53477 20206 2022-10-22T06:32:29.200Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-10-22T06:32:29.200Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-22T06:32:29.200Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:32:29.200Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:29.202Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:29.202Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420349200, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-22T06:32:29.303Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:32:29.303Z||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-10-22T06:32:29.304Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:29.324Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:29.324Z||pool-104-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:32:30.207Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: be45f7b9-80eb-4558-bcd5-a05b49503c65 2022-10-22T06:32:30.208Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 1301ff99-de36-4416-bd3c-8e941fb8e240 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-22T06:32:30.218Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1539beb7, org.onap.sdc.toscaparser.api.parameters.Input@292e44dd, org.onap.sdc.toscaparser.api.parameters.Input@60e9d61d, org.onap.sdc.toscaparser.api.parameters.Input@4f97f159, org.onap.sdc.toscaparser.api.parameters.Input@1703321a] 2022-10-22T06:32:30.219Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:30.220Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:32:30.220Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-10-22T06:32:30.220Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 51bc9f0d-cc14-4847-915f-09078b97ee15 2022-10-22T06:32:30.220Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 51bc9f0d-cc14-4847-915f-09078b97ee15 matches Tosca VF Customization UUID: 51bc9f0d-cc14-4847-915f-09078b97ee15 2022-10-22T06:32:30.220Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 51bc9f0d-cc14-4847-915f-09078b97ee15 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-10-22T06:32:30.224Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:30.224Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:32:30.224Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 51bc9f0d-cc14-4847-915f-09078b97ee15: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-10-22T06:32:30.225Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@12cad206 2022-10-22T06:32:30.225Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:30.225Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-22T06:32:30.225Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 18876d08-25dd-448a-a83a-27bd15870467 2022-10-22T06:32:30.225Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 18876d08-25dd-448a-a83a-27bd15870467 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-10-22T06:32:30.228Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:30.229Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-22T06:32:30.229Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:32:30.229Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:30.229Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-22T06:32:30.229Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:32:30.230Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:30.230Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-22T06:32:30.230Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=51bc9f0d-cc14-4847-915f-09078b97ee15 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-10-22T06:32:30.233Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:30.233Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:32:30.233Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid be45f7b9-80eb-4558-bcd5-a05b49503c65: basic_cnf_macro 2022-10-22T06:32:30.233Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:30.233Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:32:30.234Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:30.234Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:32:30.234Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:30.234Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:32:30.235Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:30.235Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:32:30.235Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:32:30.235Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:32:30.235Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-22T06:32:30.276Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 1301ff99-de36-4416-bd3c-8e941fb8e240 2 ASDC deployResourceStructure 2022-10-22T06:32:30.276Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-10-22T06:32:30.276Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-22T06:32:30.277Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:32:30.277Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:30.278Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:30.279Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420350276, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-22T06:32:30.379Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:32:30.379Z||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-10-22T06:32:30.379Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:30.401Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:30.401Z||pool-105-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:32:31.279Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-10-22T06:32:31.280Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-22T06:32:31.280Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:32:31.280Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:31.283Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:31.283Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420351279, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-22T06:32:31.383Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:32:31.384Z||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-10-22T06:32:31.384Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:31.395Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:31.396Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:32:32.284Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-10-22T06:32:32.285Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-10-22T06:32:32.285Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-22T06:32:32.285Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:32.287Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:32.287Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420352284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-22T06:32:32.387Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:32:32.388Z||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-10-22T06:32:32.388Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:32.399Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:32.400Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:32:33.289Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-10-22T06:32:33.290Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-22T06:32:33.290Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:32:33.290Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:33.293Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:33.293Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420353289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-22T06:32:33.393Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:32:33.393Z||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-10-22T06:32:33.394Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:33.405Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:33.405Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:32:34.294Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-10-22T06:32:34.294Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-10-22T06:32:34.294Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-22T06:32:34.295Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:34.296Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:34.297Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420354294, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-22T06:32:34.397Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:32:34.397Z||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-10-22T06:32:34.398Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:34.409Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:34.409Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:32:35.298Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-10-22T06:32:35.299Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-22T06:32:35.299Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:32:35.299Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:32:35.301Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:32:35.301Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420355298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:32:35.401Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:32:35.402Z||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-10-22T06:32:35.402Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:32:35.412Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:32:35.413Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:32:36.302Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f0b1226-6d67-442f-a65f-0098da2ca85f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:32:36.314Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f0b1226-6d67-442f-a65f-0098da2ca85f 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-10-22T06:32:36.316Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:32:36.317Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-22T06:32:36.317Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-22T06:32:36.317Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-22T06:32:36.317Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:32:36.318Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:32:36.318Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:32:36.318Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:32:36.318Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:32:36.319Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||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-10-22T06:32:36.323Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-22T06:33:06.324Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f0b1226-6d67-442f-a65f-0098da2ca85f 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-10-22T06:33:06.335Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f0b1226-6d67-442f-a65f-0098da2ca85f and serviceModelVersionId: be45f7b9-80eb-4558-bcd5-a05b49503c65 2022-10-22T06:33:06.335Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 599af099-175a-4241-95de-a283c2ffa3b9 2022-10-22T06:33:06.339Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/599af099-175a-4241-95de-a283c2ffa3b9/model-vers/model-ver/be45f7b9-80eb-4558-bcd5-a05b49503c65?depth=0 2022-10-22T06:33:06.351Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-10-22T06:33:06.425Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/599af099-175a-4241-95de-a283c2ffa3b9/model-vers/model-ver/be45f7b9-80eb-4558-bcd5-a05b49503c65?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-10-22T06:33:06.428Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/599af099-175a-4241-95de-a283c2ffa3b9/model-vers/model-ver/be45f7b9-80eb-4558-bcd5-a05b49503c65?depth=0|INFO|500||Invoke 2022-10-22T06:33:06.450Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/599af099-175a-4241-95de-a283c2ffa3b9/model-vers/model-ver/be45f7b9-80eb-4558-bcd5-a05b49503c65?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-22T06:33:06.543Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/599af099-175a-4241-95de-a283c2ffa3b9/model-vers/model-ver/be45f7b9-80eb-4558-bcd5-a05b49503c65?depth=0|INFO|500||InvokeReturn 2022-10-22T06:33:06.544Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/599af099-175a-4241-95de-a283c2ffa3b9/model-vers/model-ver/be45f7b9-80eb-4558-bcd5-a05b49503c65?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221022-06:33:07:553-94088], vertex-id=[217280], Content-Length=[0], Date=[Sat, 22 Oct 2022 06:33:07 GMT], Content-Type=[application/json]} 2022-10-22T06:33:06.545Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-10-22T06:33:06.545Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-22T06:33:06.546Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||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-10-22T06:33:06.550Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||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-10-22T06:33:06.550Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f0b1226-6d67-442f-a65f-0098da2ca85f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-22T06:33:06.551Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-22T06:33:06.551Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:33:06.553Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:33:06.554Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420386551, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-22T06:33:06.653Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:33:06.654Z||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-10-22T06:33:06.654Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:33:06.668Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:33:06.669Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-22T06:33:07.566Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-22T06:33:07.567Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0f4a77cd-3f28-40a2-9660-d97b1713eeba","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"51f5153e-d7fa-4a84-89be-ff1650f05c99","serviceDescription":"service","serviceInvariantUUID":"7c487079-fc11-43d6-9ae5-8cf47ae887d4","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b041010d-ee44-4500-8613-83bf4dc52d0e","resourceInvariantUUID":"24aba9a7-429f-4bd5-9ee1-6437a215d8d1","resourceCustomizationUUID":"ce77e306-54c1-4891-a409-5745916b30a2","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":"Y2M2MTVkNWVlNDE3ZGU5ZDZkYmViMjAxYjk4MDgzOGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"876be3e2-a80b-48cc-af03-4e1659bd3eaa","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":"ZTViOWRmOWZlMTQ4YmI1ZDE5YzdmZWQ2N2JlODI2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"42018a26-2fac-4237-baab-0162b88e3b97","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":"99ef3751-cce9-47f6-b028-432cd281fc38","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":"ea522bf8-d8fa-4527-b1c5-9651ae76e4bd","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":"6a99c0e2-f2e4-4034-ae98-927314a14797","artifactVersion":"2","generatedFromUUID":"99ef3751-cce9-47f6-b028-432cd281fc38"},{"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":"MzgxODc2YjdjMzNhNWYzYjBkZDcyNjU3YWVhYTdmNGM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f404c39d-e607-4777-9609-50bf712cd670","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":"MWM2OWM0ZTA3MTI4M2NmZWYwZWVjZDMxMGY1Zjk0NDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80462987-1f1c-4ff4-a0df-09c00ef61da3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OThkMWZjM2RkMGM4M2JlZmJhYTI2YmIyMDg3YmM4NDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"173262e8-840a-48d2-a500-0c154d27baff","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-22T06:33:07.567Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:33:07.568Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:33:07.571Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:33:07.571Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:33:07.671Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:33:07.672Z||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-10-22T06:33:07.672Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:33:07.683Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:33:07.684Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:33:08.572Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:33:08.572Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:33:08.574Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:33:08.574Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-22T06:33:08.674Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:33:08.675Z||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-10-22T06:33:08.675Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:33:08.687Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:33:08.687Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:33:09.575Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:33:09.576Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:33:09.578Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:33:09.578Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-22T06:33:09.678Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:33:09.679Z||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-10-22T06:33:09.679Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:33:09.692Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:33:09.692Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:33:10.579Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:33:10.579Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:33:10.582Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:33:10.582Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:33:10.682Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:33:10.684Z||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-10-22T06:33:10.685Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:33:10.697Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:33:10.697Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:33:11.583Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:33:11.583Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:33:11.586Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:33:11.586Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-22T06:33:11.686Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:33:11.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:33:11.687Z||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-10-22T06:33:11.687Z||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-10-22T06:33:11.687Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:33:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:33:11.699Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:33:11.699Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:33:11.712Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:33:11.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:33:11.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "cds", "timestamp": 1666420331954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:33:11.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:33:12.587Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:33:12.587Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:33:12.589Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:33:12.590Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:33:12.690Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:33:12.691Z||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-10-22T06:33:12.691Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:33:12.702Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:33:12.702Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:33:13.596Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:33:13.596Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:33:13.599Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:33:13.599Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:33:13.699Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:33:13.701Z||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-10-22T06:33:13.701Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:33:13.713Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:33:13.713Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:33:14.600Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:33:14.600Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:33:14.602Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:33:14.602Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:33:14.702Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:33:14.703Z||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-10-22T06:33:14.703Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:33:14.714Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:33:14.714Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:33:15.604Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "51f5153e-d7fa-4a84-89be-ff1650f05c99", "serviceDescription": "service", "serviceInvariantUUID": "7c487079-fc11-43d6-9ae5-8cf47ae887d4", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "ce77e306-54c1-4891-a409-5745916b30a2", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b041010d-ee44-4500-8613-83bf4dc52d0e", "resourceInvariantUUID": "24aba9a7-429f-4bd5-9ee1-6437a215d8d1", "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": "ZTViOWRmOWZlMTQ4YmI1ZDE5YzdmZWQ2N2JlODI2MzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "42018a26-2fac-4237-baab-0162b88e3b97", "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": "99ef3751-cce9-47f6-b028-432cd281fc38", "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": "6a99c0e2-f2e4-4034-ae98-927314a14797", "generatedFromUUID": "99ef3751-cce9-47f6-b028-432cd281fc38" }, "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": "6a99c0e2-f2e4-4034-ae98-927314a14797", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OThkMWZjM2RkMGM4M2JlZmJhYTI2YmIyMDg3YmM4NDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "173262e8-840a-48d2-a500-0c154d27baff" } ], "workloadContext": "Production" } 2022-10-22T06:33:15.605Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-22T06:33:15.605Z|5f0b1226-6d67-442f-a65f-0098da2ca85f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 51f5153e-d7fa-4a84-89be-ff1650f05c99 ASDC 2022-10-22T06:33:15.605Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:0f4a77cd-3f28-40a2-9660-d97b1713eeba ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:51f5153e-d7fa-4a84-89be-ff1650f05c99 ServiceInvariantUUID:7c487079-fc11-43d6-9ae5-8cf47ae887d4 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:173262e8-840a-48d2-a500-0c154d27baff ArtifactChecksum:OThkMWZjM2RkMGM4M2JlZmJhYTI2YmIyMDg3YmM4NDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:ce77e306-54c1-4891-a409-5745916b30a2 ResourceInvariantUUID:24aba9a7-429f-4bd5-9ee1-6437a215d8d1 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:b041010d-ee44-4500-8613-83bf4dc52d0e 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:42018a26-2fac-4237-baab-0162b88e3b97 ArtifactChecksum:ZTViOWRmOWZlMTQ4YmI1ZDE5YzdmZWQ2N2JlODI2MzM= 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:99ef3751-cce9-47f6-b028-432cd281fc38 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:6a99c0e2-f2e4-4034-ae98-927314a14797 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:6a99c0e2-f2e4-4034-ae98-927314a14797 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-22T06:33:15.605Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 51f5153e-d7fa-4a84-89be-ff1650f05c99 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-10-22T06:33:15.638Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-22T06:33:15.639Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-22T06:33:15.639Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-22T06:33:15.646Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 173262e8-840a-48d2-a500-0c154d27baff from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-22T06:33:15.646Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-22T06:33:15.646Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-22T06:33:15.712Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-22T06:33:15.716Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 173262e8-840a-48d2-a500-0c154d27baff 82613 2022-10-22T06:33:15.717Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-22T06:33:15.717Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-22T06:33:15.717Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:33:15.717Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:33:15.720Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:33:15.720Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420395717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:33:15.820Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:33:15.821Z||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-10-22T06:33:15.821Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:33:15.832Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:33:15.833Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:33:16.720Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-22T06:33:16.722Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-22T06:33:16.722Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 173262e8-840a-48d2-a500-0c154d27baff, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-22T06:33:16.722Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-10-22T06:33:16.723Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-22T06:33:16.723Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-22T06:33:16.894Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16404462442426368982/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-10-22T06:33:18.147Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-22T06:33:18.147Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-22T06:33:18.147Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-22T06:33:18.147Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-22T06:33:18.148Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:18.148Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:18.148Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-22T06:33:18.148Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:18.148Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:18.148Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:18.148Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-22T06:33:18.148Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-22T06:33:18.148Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:18.149Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:33:18.149Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-22T06:33:18.149Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-22T06:33:18.149Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-22T06:33:18.149Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:18.150Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:33:18.150Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-22T06:33:18.150Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-22T06:33:18.150Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-22T06:33:18.150Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:18.150Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:33:18.151Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:18.151Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-22T06:33:18.151Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-22T06:33:18.151Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-22T06:33:18.151Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-22T06:33:18.152Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-22T06:33:18.152Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-22T06:33:18.152Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:18.152Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-22T06:33:18.153Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:18.153Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-22T06:33:18.153Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:33:18.153Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:18.153Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-22T06:33:18.154Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:33:18.154Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:18.154Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-22T06:33:18.154Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:33:18.154Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:18.155Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-22T06:33:18.155Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-22T06:33:18.155Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-22T06:33:18.155Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=743fd5cd-82e4-4a42-9c59-0fa516d1ec20 2022-10-22T06:33:18.156Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:18.156Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:33:18.156Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:18.156Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:33:18.156Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:18.157Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:33:18.157Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:18.157Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:33:18.157Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:51f5153e-d7fa-4a84-89be-ff1650f05c99 Model Version:NULL Model InvariantUuid:7c487079-fc11-43d6-9ae5-8cf47ae887d4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:a0db0429-a458-4c65-b68d-b015037b470f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:24aba9a7-429f-4bd5-9ee1-6437a215d8d1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ce77e306-54c1-4891-a409-5745916b30a2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9a1dfa1f-2f2d-4cee-9bed-7d576d0de1f9 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:a2cbdbf5-2c2b-4913-8979-5c806587aef1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:743fd5cd-82e4-4a42-9c59-0fa516d1ec20 ModelInvariantUuid:8851b427-20c4-468d-a7bb-61f014a75bbd ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:60268c9a-ac9b-4e6a-a6c7-7e4de4648380 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:fbcda1f3-3140-4179-b6c4-3d60bfdac25d ModelInvariantUuid:586ca8dd-5c66-4e36-a271-e6dc936fe890 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:ec31e8ad-d99e-45ed-8dfb-cfd795621bd0 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-10-22T06:33:18.166Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b041010d-ee44-4500-8613-83bf4dc52d0e 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-10-22T06:33:18.170Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2022-10-22T06:33:18.170Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b041010d-ee44-4500-8613-83bf4dc52d0e 2022-10-22T06:33:18.170Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 42018a26-2fac-4237-baab-0162b88e3b97 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-22T06:33:18.170Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-22T06:33:18.171Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:18.222Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-22T06:33:18.222Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 42018a26-2fac-4237-baab-0162b88e3b97 792 2022-10-22T06:33:18.222Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:18.223Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:18.223Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:33:18.224Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:33:18.226Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:33:18.227Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420398222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-22T06:33:18.327Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:33:18.328Z||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-10-22T06:33:18.328Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:33:18.339Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:33:18.339Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:33:19.227Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9a1dfa1f-2f2d-4cee-9bed-7d576d0de1f9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a2cbdbf5-2c2b-4913-8979-5c806587aef1", "vfModuleModelCustomizationUUID": "5ba59366-adaa-4d71-88f4-1f6d4fd597b9", "isBase": true, "artifacts": [ "99ef3751-cce9-47f6-b028-432cd281fc38", "6a99c0e2-f2e4-4034-ae98-927314a14797" ], "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-10-22T06:33:19.231Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a2cbdbf5-2c2b-4913-8979-5c806587aef1 VfModuleModelInvariantUUID:9a1dfa1f-2f2d-4cee-9bed-7d576d0de1f9 VfModuleModelDescription:NULL Artifacts UUID List:{ 99ef3751-cce9-47f6-b028-432cd281fc38 , 6a99c0e2-f2e4-4034-ae98-927314a14797 } 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-10-22T06:33:19.232Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9a1dfa1f-2f2d-4cee-9bed-7d576d0de1f9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a2cbdbf5-2c2b-4913-8979-5c806587aef1", "vfModuleModelCustomizationUUID": "5ba59366-adaa-4d71-88f4-1f6d4fd597b9", "isBase": true, "artifacts": [ "99ef3751-cce9-47f6-b028-432cd281fc38", "6a99c0e2-f2e4-4034-ae98-927314a14797" ], "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-10-22T06:33:19.232Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a2cbdbf5-2c2b-4913-8979-5c806587aef1 VfModuleModelInvariantUUID:9a1dfa1f-2f2d-4cee-9bed-7d576d0de1f9 VfModuleModelDescription:NULL Artifacts UUID List:{ 99ef3751-cce9-47f6-b028-432cd281fc38 , 6a99c0e2-f2e4-4034-ae98-927314a14797 } 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-10-22T06:33:19.233Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 99ef3751-cce9-47f6-b028-432cd281fc38 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-22T06:33:19.233Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-22T06:33:19.233Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:19.278Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-22T06:33:19.278Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 99ef3751-cce9-47f6-b028-432cd281fc38 5033 2022-10-22T06:33:19.278Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:19.279Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:19.279Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:33:19.279Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:33:19.281Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:33:19.281Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420399278, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:33:19.381Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:33:19.382Z||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-10-22T06:33:19.382Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:33:19.395Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:33:19.395Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:33:20.282Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6a99c0e2-f2e4-4034-ae98-927314a14797 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-22T06:33:20.283Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-22T06:33:20.283Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:20.331Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-22T06:33:20.332Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 6a99c0e2-f2e4-4034-ae98-927314a14797 903 2022-10-22T06:33:20.332Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:20.332Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:20.332Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:33:20.333Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:33:20.336Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:33:20.337Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420400332, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:33:20.437Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:33:20.437Z||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-10-22T06:33:20.437Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:33:20.448Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:33:20.449Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:33:21.338Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 51f5153e-d7fa-4a84-89be-ff1650f05c99 2022-10-22T06:33:21.339Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b041010d-ee44-4500-8613-83bf4dc52d0e 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-10-22T06:33:21.359Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79e81bfb, org.onap.sdc.toscaparser.api.parameters.Input@1cd2c440, org.onap.sdc.toscaparser.api.parameters.Input@6f96b34b, org.onap.sdc.toscaparser.api.parameters.Input@4ae53c9, org.onap.sdc.toscaparser.api.parameters.Input@3d20b764] 2022-10-22T06:33:21.360Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:21.360Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:33:21.360Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-10-22T06:33:21.361Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ce77e306-54c1-4891-a409-5745916b30a2 2022-10-22T06:33:21.361Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce77e306-54c1-4891-a409-5745916b30a2 matches Tosca VF Customization UUID: ce77e306-54c1-4891-a409-5745916b30a2 2022-10-22T06:33:21.361Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ce77e306-54c1-4891-a409-5745916b30a2 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-10-22T06:33:21.362Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:21.363Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:33:21.363Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ce77e306-54c1-4891-a409-5745916b30a2: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-10-22T06:33:21.363Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b4a536c 2022-10-22T06:33:21.364Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:21.364Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-22T06:33:21.364Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5ba59366-adaa-4d71-88f4-1f6d4fd597b9 2022-10-22T06:33:21.364Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5ba59366-adaa-4d71-88f4-1f6d4fd597b9 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-10-22T06:33:21.366Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:21.366Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-22T06:33:21.366Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:33:21.367Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:21.367Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-22T06:33:21.367Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:33:21.367Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:21.368Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-22T06:33:21.368Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-22T06:33:21.368Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-22T06:33:21.368Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=743fd5cd-82e4-4a42-9c59-0fa516d1ec20 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-10-22T06:33:21.370Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:21.370Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-22T06:33:21.370Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-22T06:33:21.370Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:21.370Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-22T06:33:21.371Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ce77e306-54c1-4891-a409-5745916b30a2 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-10-22T06:33:21.372Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:21.372Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:33:21.373Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 51f5153e-d7fa-4a84-89be-ff1650f05c99: basic_vm_macro 2022-10-22T06:33:21.373Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:21.373Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:33:21.373Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:21.373Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:33:21.373Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:21.374Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:33:21.374Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:21.374Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:33:21.374Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:33:21.374Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:33:21.374Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:21.445Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b041010d-ee44-4500-8613-83bf4dc52d0e 1 ASDC deployResourceStructure 2022-10-22T06:33:21.446Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:21.446Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:21.446Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:33:21.446Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:33:21.448Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:33:21.448Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420401446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-22T06:33:21.548Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:33:21.549Z||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-10-22T06:33:21.549Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:33:21.560Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:33:21.560Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:33:22.449Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:22.449Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:22.449Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:33:22.449Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:33:22.451Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:33:22.451Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420402448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-22T06:33:22.552Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:33:22.554Z||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-10-22T06:33:22.554Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:33:22.573Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:33:22.573Z||pool-125-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:33:23.452Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:23.452Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:33:23.453Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:33:23.453Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:33:23.455Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:33:23.455Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420403452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-22T06:33:23.555Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:33:23.556Z||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-10-22T06:33:23.556Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:33:23.578Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:33:23.578Z||pool-126-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:33:24.456Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-22T06:33:24.457Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-22T06:33:24.457Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:33:24.457Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:33:24.459Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:33:24.459Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420404456, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:33:24.559Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:33:24.560Z||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-10-22T06:33:24.561Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:33:24.572Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:33:24.572Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:33:25.460Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f4a77cd-3f28-40a2-9660-d97b1713eeba Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:33:25.473Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f4a77cd-3f28-40a2-9660-d97b1713eeba 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-10-22T06:33:25.475Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:33:25.475Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-22T06:33:25.475Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-22T06:33:55.475Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f4a77cd-3f28-40a2-9660-d97b1713eeba Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:33:55.485Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f4a77cd-3f28-40a2-9660-d97b1713eeba 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-10-22T06:33:55.487Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:33:55.488Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-22T06:33:55.488Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-22T06:34:11.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:34:11.688Z||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-10-22T06:34:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:34:11.710Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:34:11.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:34:11.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "multicloud-k8s-id", "timestamp": 1666420329621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:34:11.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:34:25.488Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f4a77cd-3f28-40a2-9660-d97b1713eeba Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:34:25.498Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f4a77cd-3f28-40a2-9660-d97b1713eeba 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-10-22T06:34:25.500Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:34:25.501Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-22T06:34:25.501Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-22T06:34:55.501Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f4a77cd-3f28-40a2-9660-d97b1713eeba Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:34:55.513Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f4a77cd-3f28-40a2-9660-d97b1713eeba 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-10-22T06:34:55.515Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:34:55.515Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-22T06:34:55.515Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-22T06:35:11.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:35:11.688Z||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-10-22T06:35:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:35:11.702Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:35:11.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "ves-openapi-manager", "timestamp": 1666420329384, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "cds", "timestamp": 1666420333252, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-22T06:35:11.722Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0f4a77cd-3f28-40a2-9660-d97b1713eeba 2022-10-22T06:35:11.722Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f4a77cd-3f28-40a2-9660-d97b1713eeba 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-10-22T06:35:11.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "multicloud-k8s-id", "timestamp": 1666420329621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-22T06:35:11.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "ves-openapi-manager", "timestamp": 1666420329384, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-22T06:35:11.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "multicloud-k8s-id", "timestamp": 1666420329621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "ves-openapi-manager", "timestamp": 1666420329384, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-22T06:35:11.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "multicloud-k8s-id", "timestamp": 1666420329621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "ves-openapi-manager", "timestamp": 1666420329384, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "multicloud-k8s-id", "timestamp": 1666420329621, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:35:11.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "ves-openapi-manager", "timestamp": 1666420329384, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-22T06:35:11.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "multicloud-k8s-id", "timestamp": 1666420338337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-22T06:35:11.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "ves-openapi-manager", "timestamp": 1666420329384, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-22T06:35:11.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420338095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "multicloud-k8s-id", "timestamp": 1666420339399, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:35:11.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-22T06:35:11.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420338095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "multicloud-k8s-id", "timestamp": 1666420340461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:35:11.742Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420338095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "multicloud-k8s-id", "timestamp": 1666420341483, "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-10-22T06:35:11.749Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0f4a77cd-3f28-40a2-9660-d97b1713eeba 2022-10-22T06:35:11.749Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f4a77cd-3f28-40a2-9660-d97b1713eeba 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-10-22T06:35:11.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420338095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "aai-ml", "timestamp": 1666420340712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:35:11.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "multicloud-k8s-id", "timestamp": 1666420342487, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-22T06:35:11.759Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420338095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "aai-ml", "timestamp": 1666420340712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420342517, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:35:11.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420338095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "aai-ml", "timestamp": 1666420340712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420338095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "aai-ml", "timestamp": 1666420340712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420338095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:35:11.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420344988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-22T06:35:11.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "aai-ml", "timestamp": 1666420340712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420346828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:35:11.765Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "aai-ml", "timestamp": 1666420340712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420346046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:35:11.766Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "aai-ml", "timestamp": 1666420340712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420347095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:35:11.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420349088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:35:11.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "aai-ml", "timestamp": 1666420340712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:35:11.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420348154, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:35:11.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420350092, "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-10-22T06:35:11.774Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0f4a77cd-3f28-40a2-9660-d97b1713eeba 2022-10-22T06:35:11.774Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f4a77cd-3f28-40a2-9660-d97b1713eeba 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-10-22T06:35:11.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "aai-ml", "timestamp": 1666420349463, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:35:11.785Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420349200, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-22T06:35:11.785Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420350276, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-22T06:35:11.786Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420351279, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-22T06:35:11.786Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420352284, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-22T06:35:11.787Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420353289, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-22T06:35:11.787Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420354294, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-22T06:35:11.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420355298, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:35:11.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "aai-ml", "timestamp": 1666420356600, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:35:11.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "aai-ml", "timestamp": 1666420357603, "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-10-22T06:35:11.793Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0f4a77cd-3f28-40a2-9660-d97b1713eeba 2022-10-22T06:35:11.794Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0f4a77cd-3f28-40a2-9660-d97b1713eeba 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-10-22T06:35:11.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "cds", "timestamp": 1666420364539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "cds", "timestamp": 1666420364539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "cds", "timestamp": 1666420364539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420368094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "cds", "timestamp": 1666420364539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420368094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "cds", "timestamp": 1666420364539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "multicloud-k8s-id", "timestamp": 1666420369621, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420368094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "cds", "timestamp": 1666420364539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "multicloud-k8s-id", "timestamp": 1666420369621, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "ves-openapi-manager", "timestamp": 1666420369384, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420368094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "cds", "timestamp": 1666420364539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "aai-ml", "timestamp": 1666420370712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "multicloud-k8s-id", "timestamp": 1666420369621, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "ves-openapi-manager", "timestamp": 1666420369384, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420368094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "cds", "timestamp": 1666420364539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "aai-ml", "timestamp": 1666420370712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "multicloud-k8s-id", "timestamp": 1666420369621, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "ves-openapi-manager", "timestamp": 1666420369384, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420368094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "cds", "timestamp": 1666420364539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:35:11.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "aai-ml", "timestamp": 1666420370712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "multicloud-k8s-id", "timestamp": 1666420369621, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "ves-openapi-manager", "timestamp": 1666420369384, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420368094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "aai-ml", "timestamp": 1666420370712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "cds", "timestamp": 1666420374398, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:35:11.816Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "multicloud-k8s-id", "timestamp": 1666420369621, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "ves-openapi-manager", "timestamp": 1666420369384, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420368094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "aai-ml", "timestamp": 1666420370712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "multicloud-k8s-id", "timestamp": 1666420369621, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "ves-openapi-manager", "timestamp": 1666420369384, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "cds", "timestamp": 1666420375700, "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-10-22T06:35:11.834Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 357c576b-4c5a-4750-b3d1-d32d8eed709e 2022-10-22T06:35:11.834Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 357c576b-4c5a-4750-b3d1-d32d8eed709e 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-10-22T06:35:11.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420368094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:35:11.841Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "aai-ml", "timestamp": 1666420370712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.842Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "multicloud-k8s-id", "timestamp": 1666420369621, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.842Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "ves-openapi-manager", "timestamp": 1666420369384, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-22T06:35:11.843Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420377860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:35:11.843Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "aai-ml", "timestamp": 1666420370712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.844Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "multicloud-k8s-id", "timestamp": 1666420369621, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:35:11.844Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "ves-openapi-manager", "timestamp": 1666420369384, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "aai-ml", "timestamp": 1666420370712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.845Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "ves-openapi-manager", "timestamp": 1666420369384, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420379777, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:35:11.846Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "aai-ml", "timestamp": 1666420370712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:35:11.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "ves-openapi-manager", "timestamp": 1666420379142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:35:11.847Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666420380781, "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-10-22T06:35:11.852Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 357c576b-4c5a-4750-b3d1-d32d8eed709e 2022-10-22T06:35:11.852Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 357c576b-4c5a-4750-b3d1-d32d8eed709e 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-10-22T06:35:11.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "aai-ml", "timestamp": 1666420380465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:35:11.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "ves-openapi-manager", "timestamp": 1666420380177, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-22T06:35:11.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "ves-openapi-manager", "timestamp": 1666420381181, "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-10-22T06:35:11.865Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 357c576b-4c5a-4750-b3d1-d32d8eed709e 2022-10-22T06:35:11.865Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 357c576b-4c5a-4750-b3d1-d32d8eed709e 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-10-22T06:35:11.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "aai-ml", "timestamp": 1666420384876, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:35:11.874Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "aai-ml", "timestamp": 1666420385880, "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-10-22T06:35:11.879Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 357c576b-4c5a-4750-b3d1-d32d8eed709e 2022-10-22T06:35:11.879Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 357c576b-4c5a-4750-b3d1-d32d8eed709e 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-10-22T06:35:11.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f0b1226-6d67-442f-a65f-0098da2ca85f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420386551, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-22T06:35:11.887Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:35:11.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-22T06:35:11.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-22T06:35:11.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:35:11.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:11.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:35:11.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-22T06:35:11.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:35:25.515Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0f4a77cd-3f28-40a2-9660-d97b1713eeba Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:35:25.527Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0f4a77cd-3f28-40a2-9660-d97b1713eeba 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-10-22T06:35:25.530Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:35:25.530Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-22T06:35:25.530Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-22T06:35:25.531Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-22T06:35:25.531Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:35:25.531Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:35:25.531Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:35:25.531Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:35:25.532Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:35:25.532Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:35:25.537Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-22T06:35:55.537Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0f4a77cd-3f28-40a2-9660-d97b1713eeba 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-10-22T06:35:55.545Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0f4a77cd-3f28-40a2-9660-d97b1713eeba and serviceModelVersionId: 51f5153e-d7fa-4a84-89be-ff1650f05c99 2022-10-22T06:35:55.545Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c487079-fc11-43d6-9ae5-8cf47ae887d4 2022-10-22T06:35:55.546Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c487079-fc11-43d6-9ae5-8cf47ae887d4/model-vers/model-ver/51f5153e-d7fa-4a84-89be-ff1650f05c99?depth=0 2022-10-22T06:35:55.551Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-10-22T06:35:55.594Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c487079-fc11-43d6-9ae5-8cf47ae887d4/model-vers/model-ver/51f5153e-d7fa-4a84-89be-ff1650f05c99?depth=0|INFO|500||Invoke 2022-10-22T06:35:55.595Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c487079-fc11-43d6-9ae5-8cf47ae887d4/model-vers/model-ver/51f5153e-d7fa-4a84-89be-ff1650f05c99?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c487079-fc11-43d6-9ae5-8cf47ae887d4/model-vers/model-ver/51f5153e-d7fa-4a84-89be-ff1650f05c99?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0f4a77cd-3f28-40a2-9660-d97b1713eeba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[06d23ff2-a324-4239-b11a-1b813cb6156e], X-ECOMP-RequestID=[0f4a77cd-3f28-40a2-9660-d97b1713eeba], X-TransactionId=[], X-ONAP-RequestID=[0f4a77cd-3f28-40a2-9660-d97b1713eeba], Content-Type=[application/merge-patch+json]} 2022-10-22T06:35:55.614Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c487079-fc11-43d6-9ae5-8cf47ae887d4/model-vers/model-ver/51f5153e-d7fa-4a84-89be-ff1650f05c99?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-22T06:35:55.715Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c487079-fc11-43d6-9ae5-8cf47ae887d4/model-vers/model-ver/51f5153e-d7fa-4a84-89be-ff1650f05c99?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/7c487079-fc11-43d6-9ae5-8cf47ae887d4/model-vers/model-ver/51f5153e-d7fa-4a84-89be-ff1650f05c99?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221022-06:35:56:716-22370], vertex-id=[237640], Content-Length=[0], Date=[Sat, 22 Oct 2022 06:35:56 GMT], Content-Type=[application/json]} 2022-10-22T06:35:55.715Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c487079-fc11-43d6-9ae5-8cf47ae887d4/model-vers/model-ver/51f5153e-d7fa-4a84-89be-ff1650f05c99?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-22T06:35:55.716Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c487079-fc11-43d6-9ae5-8cf47ae887d4/model-vers/model-ver/51f5153e-d7fa-4a84-89be-ff1650f05c99?depth=0|INFO|500||InvokeReturn 2022-10-22T06:35:55.716Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-22T06:35:55.716Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:35:55.725Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||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-10-22T06:35:55.726Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0f4a77cd-3f28-40a2-9660-d97b1713eeba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-22T06:35:55.726Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-22T06:35:55.726Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:35:55.729Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:35:55.729Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420555726, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-22T06:35:55.830Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-22T06:35:55.831Z||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-10-22T06:35:55.832Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:35:55.860Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:35:55.861Z||pool-128-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-22T06:35:56.739Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:35:56.740Z||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-10-22T06:35:56.740Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:36:01.145Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:36:01.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-22T06:36:01.146Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"357c576b-4c5a-4750-b3d1-d32d8eed709e","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0b4f53d4-643a-4bf1-818f-30d62241a342","serviceDescription":"service","serviceInvariantUUID":"02c9ceff-dd4e-42f5-8479-0ac39e0af006","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2342511a-583a-40a1-a295-534122fef20e","resourceInvariantUUID":"ca041a89-e719-4ca7-8381-e75ff56d7dad","resourceCustomizationUUID":"bc456a85-2c70-456a-bd36-896a8f448b04","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":"ZjE0OWE3YjVkN2Q0ZmMxMDI5MjJmZjhjYzRkZDI4ZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad25a2ae-cfa5-4d82-a1a2-612391594324","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":"a1262d6d-268d-4496-9294-8a62dafc78eb","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":"3bb916dd-bbc7-468b-b5fc-74ffb66f4144","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":"YTdhZTUzYWU5YmI2ZDI5ZTM3YzRmYjI4Y2MyZmVhMTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fff2f0c6-76a9-492a-ae23-1a4d5b133d0b","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":"e24df8ef-0cc2-4996-9325-7e2d5752779f","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":"08523bdd-ba38-434d-8b74-ba95e5424849","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":"c2028160-7f6a-40af-b29b-fad3cc4a96e8","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":"YTI2YmJmN2Q2NmE2OTk3OThlMmM3ZTExYzE4ZDBhYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1bb140c7-c6bd-4e14-80b3-1f59cac11ee2","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YjIwNWExMTk4OTQ3NmEwYTNkNjA3NzY3M2E2NzdhYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0509e0b-d960-4442-b1ef-d3bdf5481a70","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-22T06:36:01.148Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:36:01.148Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:36:01.152Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:36:01.152Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420556739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:36:01.252Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:36:01.253Z||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-10-22T06:36:01.254Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:36:01.275Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:36:01.275Z||pool-129-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:36:02.156Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:36:02.158Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:36:02.160Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:36:02.160Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420556739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:36:02.261Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-22T06:36:02.262Z||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-10-22T06:36:02.262Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:36:02.276Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:36:02.276Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:36:03.162Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:36:03.162Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:36:03.164Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:36:03.164Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420556739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-22T06:36:03.264Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:36:03.265Z||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-10-22T06:36:03.266Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:36:03.281Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:36:03.281Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:36:04.165Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:36:04.165Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:36:04.167Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:36:04.167Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420556739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:36:04.268Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:36:04.268Z||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-10-22T06:36:04.269Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:36:04.278Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:36:04.278Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:36:05.168Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:36:05.169Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:36:05.171Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:36:05.171Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420556739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:36:05.271Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:36:05.272Z||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-10-22T06:36:05.273Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:36:05.313Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:36:05.313Z||pool-133-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:36:06.172Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:36:06.173Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:36:06.175Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:36:06.176Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420556739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:36:06.278Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-10-22T06:36:06.279Z||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-10-22T06:36:06.279Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:36:06.292Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:36:06.292Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:36:07.177Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:36:07.178Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:36:07.190Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:36:07.190Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420556739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:36:07.289Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-22T06:36:07.290Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-22T06:36:07.290Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:36:07.304Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:36:07.305Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:36:08.191Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:36:08.191Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:36:08.193Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:36:08.193Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420556739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:36:08.294Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:36:08.295Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-22T06:36:08.296Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:36:08.309Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:36:08.310Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:36:09.194Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-22T06:36:09.194Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:36:09.197Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:36:09.197Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420556739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:36:09.297Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:36:09.298Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-22T06:36:09.299Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:36:09.316Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:36:09.317Z||pool-137-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:36:10.197Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "0b4f53d4-643a-4bf1-818f-30d62241a342", "serviceDescription": "service", "serviceInvariantUUID": "02c9ceff-dd4e-42f5-8479-0ac39e0af006", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "bc456a85-2c70-456a-bd36-896a8f448b04", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2342511a-583a-40a1-a295-534122fef20e", "resourceInvariantUUID": "ca041a89-e719-4ca7-8381-e75ff56d7dad", "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": "YjIwNWExMTk4OTQ3NmEwYTNkNjA3NzY3M2E2NzdhYWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0509e0b-d960-4442-b1ef-d3bdf5481a70" } ], "workloadContext": "Production" } 2022-10-22T06:36:10.198Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-22T06:36:10.198Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b4f53d4-643a-4bf1-818f-30d62241a342 ASDC 2022-10-22T06:36:10.199Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:357c576b-4c5a-4750-b3d1-d32d8eed709e ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:0b4f53d4-643a-4bf1-818f-30d62241a342 ServiceInvariantUUID:02c9ceff-dd4e-42f5-8479-0ac39e0af006 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:b0509e0b-d960-4442-b1ef-d3bdf5481a70 ArtifactChecksum:YjIwNWExMTk4OTQ3NmEwYTNkNjA3NzY3M2E2NzdhYWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:bc456a85-2c70-456a-bd36-896a8f448b04 ResourceInvariantUUID:ca041a89-e719-4ca7-8381-e75ff56d7dad ResourceName:test-pnf ResourceType:PNF ResourceUUID:2342511a-583a-40a1-a295-534122fef20e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-22T06:36:10.199Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b4f53d4-643a-4bf1-818f-30d62241a342 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-10-22T06:36:10.224Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-22T06:36:10.225Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-22T06:36:10.225Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-22T06:36:10.225Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b0509e0b-d960-4442-b1ef-d3bdf5481a70 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-22T06:36:10.225Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-22T06:36:10.226Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-22T06:36:10.379Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-22T06:36:10.385Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b0509e0b-d960-4442-b1ef-d3bdf5481a70 110866 2022-10-22T06:36:10.385Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-22T06:36:10.386Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-22T06:36:10.386Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-22T06:36:10.386Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:36:10.388Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:36:10.388Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420570385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:36:10.488Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:36:10.489Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-22T06:36:10.489Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:36:10.504Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:36:10.505Z||pool-138-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-22T06:36:11.390Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-22T06:36:11.391Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-22T06:36:11.394Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b0509e0b-d960-4442-b1ef-d3bdf5481a70, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-22T06:36:11.395Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-10-22T06:36:11.396Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-22T06:36:11.396Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-22T06:36:11.531Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12071379223898153227/Definitions/service-TestPnfMacro-template.yml 2022-10-22T06:36:11.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:36:11.687Z||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-10-22T06:36:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:36:11.717Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:36:11.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:36:11.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:36:11.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:36:11.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:36:11.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:36:11.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:36:11.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:36:11.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420331679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:36:11.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-22T06:36:11.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:36:11.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420395717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:36:11.719Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:36:11.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:36:11.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420398222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-22T06:36:11.719Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:36:11.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:36:11.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420399278, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-22T06:36:11.719Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:36:11.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:36:11.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420400332, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-22T06:36:11.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:36:11.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:36:11.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420401446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-22T06:36:11.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:36:11.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:36:11.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420402448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-22T06:36:11.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:36:11.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:36:11.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420403452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-22T06:36:11.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:36:11.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-22T06:36:11.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420404456, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:36:11.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:36:12.345Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-22T06:36:12.346Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-22T06:36:12.346Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-22T06:36:12.346Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-22T06:36:12.346Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-22T06:36:12.346Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-22T06:36:12.346Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||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-10-22T06:36:12.346Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-22T06:36:12.346Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-22T06:36:12.346Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-22T06:36:12.347Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-22T06:36:12.347Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-22T06:36:12.347Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:36:12.347Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:36:12.347Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-22T06:36:12.347Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-22T06:36:12.348Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-22T06:36:12.348Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:36:12.348Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:36:12.348Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-22T06:36:12.348Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-22T06:36:12.348Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-22T06:36:12.348Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:36:12.348Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:36:12.349Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:36:12.349Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:36:12.349Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:36:12.349Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:36:12.349Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:36:12.349Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:36:12.349Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:36:12.349Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:36:12.350Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:0b4f53d4-643a-4bf1-818f-30d62241a342 Model Version:NULL Model InvariantUuid:02c9ceff-dd4e-42f5-8479-0ac39e0af006 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-10-22T06:36:12.357Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2342511a-583a-40a1-a295-534122fef20e 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-10-22T06:36:12.360Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||test-pnf 0 2022-10-22T06:36:12.360Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2342511a-583a-40a1-a295-534122fef20e 2022-10-22T06:36:12.360Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 0b4f53d4-643a-4bf1-818f-30d62241a342 2022-10-22T06:36:12.360Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0b4f53d4-643a-4bf1-818f-30d62241a342 2022-10-22T06:36:12.360Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 2342511a-583a-40a1-a295-534122fef20e 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-10-22T06:36:12.365Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@368eb025, org.onap.sdc.toscaparser.api.parameters.Input@2877df9a, org.onap.sdc.toscaparser.api.parameters.Input@6525be70, org.onap.sdc.toscaparser.api.parameters.Input@4ce55bbd, org.onap.sdc.toscaparser.api.parameters.Input@f29d59c] 2022-10-22T06:36:12.365Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:36:12.365Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:36:12.365Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0b4f53d4-643a-4bf1-818f-30d62241a342: test-pnf 2022-10-22T06:36:12.365Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||Processing PNF resource: 2342511a-583a-40a1-a295-534122fef20e 2022-10-22T06:36:12.366Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-22T06:36:12.366Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-22T06:36:12.366Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||Resource customization UUID: bc456a85-2c70-456a-bd36-896a8f448b04 is the same as notified resource customizationUUID: bc456a85-2c70-456a-bd36-896a8f448b04 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-10-22T06:36:12.396Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 2342511a-583a-40a1-a295-534122fef20e 0 ASDC deployResourceStructure 2022-10-22T06:36:12.397Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-22T06:36:12.397Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-22T06:36:12.397Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-22T06:36:12.397Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:36:12.399Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:36:12.399Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420572397, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:36:12.499Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-22T06:36:12.500Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-22T06:36:12.500Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:36:12.521Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:36:12.521Z||pool-139-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-10-22T06:36:13.400Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 357c576b-4c5a-4750-b3d1-d32d8eed709e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-22T06:36:13.409Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 357c576b-4c5a-4750-b3d1-d32d8eed709e 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-10-22T06:36:13.411Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-22T06:36:13.411Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-22T06:36:13.411Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-22T06:36:13.411Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-22T06:36:13.411Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:36:13.411Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:36:13.412Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:36:13.412Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:36:13.412Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-22T06:36:13.412Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-22T06:36:13.416Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-22T06:36:43.417Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 357c576b-4c5a-4750-b3d1-d32d8eed709e 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-10-22T06:36:43.430Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 357c576b-4c5a-4750-b3d1-d32d8eed709e and serviceModelVersionId: 0b4f53d4-643a-4bf1-818f-30d62241a342 2022-10-22T06:36:43.430Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02c9ceff-dd4e-42f5-8479-0ac39e0af006 2022-10-22T06:36:43.435Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02c9ceff-dd4e-42f5-8479-0ac39e0af006/model-vers/model-ver/0b4f53d4-643a-4bf1-818f-30d62241a342?depth=0 2022-10-22T06:36:43.439Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-10-22T06:36:43.499Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c9ceff-dd4e-42f5-8479-0ac39e0af006/model-vers/model-ver/0b4f53d4-643a-4bf1-818f-30d62241a342?depth=0|INFO|500||Invoke 2022-10-22T06:36:43.500Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c9ceff-dd4e-42f5-8479-0ac39e0af006/model-vers/model-ver/0b4f53d4-643a-4bf1-818f-30d62241a342?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c9ceff-dd4e-42f5-8479-0ac39e0af006/model-vers/model-ver/0b4f53d4-643a-4bf1-818f-30d62241a342?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[357c576b-4c5a-4750-b3d1-d32d8eed709e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0e4c1927-0550-4d4a-9a21-6d273a8fdc06], X-ECOMP-RequestID=[357c576b-4c5a-4750-b3d1-d32d8eed709e], X-TransactionId=[], X-ONAP-RequestID=[357c576b-4c5a-4750-b3d1-d32d8eed709e], Content-Type=[application/merge-patch+json]} 2022-10-22T06:36:43.525Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c9ceff-dd4e-42f5-8479-0ac39e0af006/model-vers/model-ver/0b4f53d4-643a-4bf1-818f-30d62241a342?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-22T06:36:43.618Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c9ceff-dd4e-42f5-8479-0ac39e0af006/model-vers/model-ver/0b4f53d4-643a-4bf1-818f-30d62241a342?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/02c9ceff-dd4e-42f5-8479-0ac39e0af006/model-vers/model-ver/0b4f53d4-643a-4bf1-818f-30d62241a342?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221022-06:36:44:630-33211], vertex-id=[229504], Content-Length=[0], Date=[Sat, 22 Oct 2022 06:36:44 GMT], Content-Type=[application/json]} 2022-10-22T06:36:43.619Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c9ceff-dd4e-42f5-8479-0ac39e0af006/model-vers/model-ver/0b4f53d4-643a-4bf1-818f-30d62241a342?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-22T06:36:43.619Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c9ceff-dd4e-42f5-8479-0ac39e0af006/model-vers/model-ver/0b4f53d4-643a-4bf1-818f-30d62241a342?depth=0|INFO|500||InvokeReturn 2022-10-22T06:36:43.620Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-22T06:36:43.620Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-22T06:36:43.628Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-22T06:36:43.628Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 357c576b-4c5a-4750-b3d1-d32d8eed709e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-22T06:36:43.629Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-22T06:36:43.629Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-22T06:36:43.631Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-22T06:36:43.632Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420603629, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-22T06:36:43.734Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-10-22T06:36:43.735Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-22T06:36:43.735Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:36:43.763Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:36:43.764Z||pool-140-thread-1|||||INFO|500||cambria reply ok (29 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-10-22T06:36:44.652Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:36:44.653Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:36:44.653Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:36:54.213Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:36:54.213Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:36:54.214Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:36:54.214Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:37:03.781Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:37:03.781Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:37:03.782Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:37:03.782Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:37:11.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:37:11.687Z||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-10-22T06:37:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:37:11.717Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:37:11.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-22T06:37:11.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0f4a77cd-3f28-40a2-9660-d97b1713eeba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420555726, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-22T06:37:11.718Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:37:11.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-22T06:37:11.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420556739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:37:11.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-22T06:37:11.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-22T06:37:11.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420556739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-22T06:37:11.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-22T06:37:11.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-22T06:37:11.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420556739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-22T06:37:11.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-22T06:37:11.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-22T06:37:11.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420556739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-22T06:37:11.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-22T06:37:11.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-22T06:37:11.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420556739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-22T06:37:11.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-22T06:37:11.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-22T06:37:11.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420556739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:37:11.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-22T06:37:11.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-22T06:37:11.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420556739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-22T06:37:11.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-22T06:37:11.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-22T06:37:11.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420556739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-22T06:37:11.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-22T06:37:11.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-22T06:37:11.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420556739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-22T06:37:11.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-10-22T06:37:11.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-22T06:37:11.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420570385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-22T06:37:11.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:37:13.352Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:37:13.353Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:37:13.353Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:37:13.353Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:37:22.919Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:38:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:38:11.682Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:38:11.682Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:38:11.687Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:38:11.687Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|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-10-22T06:38:11.687Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:38:12.212Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:38:12.212Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-22T06:38:12.212Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420572397, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-22T06:38:12.214Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:38:12.214Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-22T06:38:12.214Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "357c576b-4c5a-4750-b3d1-d32d8eed709e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666420603629, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-22T06:38:12.214Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-22T06:38:21.239Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:39:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:39:11.681Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:39:11.681Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:39:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:39:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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-10-22T06:39:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:39:21.241Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:39:21.253Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:40:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:40:11.682Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:40:11.683Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:40:11.687Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:40:11.687Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|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-10-22T06:40:11.688Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:40:21.227Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:40:21.231Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:41:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:41:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:41:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:41:11.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:41:11.687Z||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-10-22T06:41:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:41:21.241Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:41:21.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:42:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:42:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:42:11.681Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:42:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:42:11.687Z||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-10-22T06:42:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:42:21.245Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:42:21.246Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:43:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:43:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:43:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:43:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:43:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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-10-22T06:43:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:43:21.245Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:43:21.247Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:44:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:44:11.681Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:44:11.681Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:44:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:44:11.687Z||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-10-22T06:44:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:44:21.224Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:44:21.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:45:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:45:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:45:11.681Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:45:11.690Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:45:11.690Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|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-10-22T06:45:11.690Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:45:21.228Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:45:21.230Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:46:11.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:46:11.681Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-22T06:46:11.681Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:46:11.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:46:11.687Z||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-10-22T06:46:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:46:21.242Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:46:21.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:47:11.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:47:11.681Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-22T06:47:11.681Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:47:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:47:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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-10-22T06:47:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:47:21.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:47:21.229Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:48:11.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:48:11.681Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-22T06:48:11.682Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:48:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:48:11.688Z||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-10-22T06:48:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:48:21.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:48:21.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:49:11.680Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:49:11.682Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-22T06:49:11.683Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:49:11.687Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:49:11.687Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|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-10-22T06:49:11.687Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:49:21.253Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:49:21.281Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:50:11.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:50:11.680Z||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-10-22T06:50:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:50:11.687Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:50:11.690Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|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-10-22T06:50:11.690Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:50:21.244Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:50:21.244Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:51:11.679Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:51:11.680Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-22T06:51:11.680Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:51:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:51:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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-10-22T06:51:11.688Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:51:21.232Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:51:21.238Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:52:11.679Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:52:11.680Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-22T06:52:11.680Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qF9VIPcfnBaVsHkr) ... 2022-10-22T06:52:11.687Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:52:11.687Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:52:11.687Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:52:21.226Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:52:21.226Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:53:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:53:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:53:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:53:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:53:11.687Z||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-10-22T06:53:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:53:21.242Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:53:21.251Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:54:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:54:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:54:11.681Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:54:11.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:54:11.687Z||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-10-22T06:54:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:54:21.242Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:54:21.242Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:55:11.679Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:55:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T06:55:11.680Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:55:11.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:55:11.687Z||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-10-22T06:55:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:55:21.231Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:55:21.232Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:56:11.680Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:56:11.681Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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-10-22T06:56:11.682Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:56:11.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:56:11.688Z||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-10-22T06:56:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:56:21.247Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:56:21.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:57:11.679Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:57:11.680Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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-10-22T06:57:11.680Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:57:11.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:57:11.687Z||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-10-22T06:57:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:57:21.243Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:57:21.250Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:58:11.680Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:58:11.683Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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-10-22T06:58:11.683Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:58:11.687Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:58:11.687Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|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-10-22T06:58:11.688Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:58:21.231Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:58:21.233Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:59:11.679Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:59:11.680Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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-10-22T06:59:11.681Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:59:11.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T06:59:11.687Z||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-10-22T06:59:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T06:59:21.230Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T06:59:21.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:00:11.679Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:00:11.680Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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-10-22T07:00:11.680Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:00:11.687Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:00:11.687Z||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-10-22T07:00:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:00:21.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:00:21.227Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:01:11.679Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:01:11.680Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-22T07:01:11.680Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qF9VIPcfnBaVsHkr) ... 2022-10-22T07:01:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:01:11.687Z||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-10-22T07:01:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:01:21.220Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:01:21.223Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:02:11.679Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:02:11.680Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-22T07:02:11.680Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qF9VIPcfnBaVsHkr) ... 2022-10-22T07:02:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:02:11.687Z||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-10-22T07:02:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:02:21.225Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:02:21.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:03:11.679Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:03:11.680Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-22T07:03:11.680Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qF9VIPcfnBaVsHkr) ... 2022-10-22T07:03:11.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:03:11.687Z||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-10-22T07:03:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:03:21.236Z|0f4a77cd-3f28-40a2-9660-d97b1713eeba|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:03:21.257Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:04:11.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:04:11.681Z||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-10-22T07:04:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:04:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:04:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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-10-22T07:04:11.688Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:04:21.234Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:04:21.234Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:05:11.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:05:11.682Z||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-10-22T07:05:11.682Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:05:11.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:05:11.687Z||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-10-22T07:05:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:05:21.233Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:05:21.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:06:11.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:06:11.680Z||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-10-22T07:06:11.680Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:06:11.687Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:06:11.688Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|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-10-22T07:06:11.688Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:06:21.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:06:21.234Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:07:11.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:07:11.682Z||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-10-22T07:07:11.682Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:07:11.687Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:07:11.687Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T07:07:11.687Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:07:21.229Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:07:21.230Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:08:11.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:08:11.681Z||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-10-22T07:08:11.682Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:08:11.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:08:11.687Z||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-10-22T07:08:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:08:21.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:08:21.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:09:11.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:09:11.680Z||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-10-22T07:09:11.680Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:09:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:09:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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-10-22T07:09:11.687Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:09:21.233Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:09:21.233Z|c8ade7fc-7506-4bbd-9d80-426d7ffafe75|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:10:11.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:10:11.680Z||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-10-22T07:10:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:10:11.687Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:10:11.687Z||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-10-22T07:10:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:10:21.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:10:21.233Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:11:11.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:11:11.680Z||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-10-22T07:11:11.680Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:11:11.687Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:11:11.687Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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-10-22T07:11:11.687Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:11:21.235Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:11:21.257Z|84cade93-cc46-4c8d-9071-5ee7fa2fac70|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:12:11.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:12:11.680Z||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-10-22T07:12:11.680Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:12:11.687Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:12:11.687Z||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-10-22T07:12:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:12:21.241Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:12:21.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:13:11.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:13:11.680Z||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-10-22T07:13:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:13:11.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:13:11.687Z||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-10-22T07:13:11.687Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:13:21.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:13:21.237Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:14:11.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:14:11.680Z||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-10-22T07:14:11.680Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:14:11.687Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:14:11.688Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|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-10-22T07:14:11.688Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:14:21.226Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:14:21.226Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:15:11.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:15:11.680Z||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-10-22T07:15:11.680Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:15:11.687Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:15:11.687Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|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-10-22T07:15:11.687Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:15:21.226Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:15:21.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:16:11.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:16:11.681Z||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-10-22T07:16:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:16:11.687Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:16:11.687Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|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-10-22T07:16:11.688Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:16:21.229Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:16:21.229Z|357c576b-4c5a-4750-b3d1-d32d8eed709e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:17:11.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:17:11.681Z||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-10-22T07:17:11.681Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:17:11.687Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-22T07:17:11.688Z||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-10-22T07:17:11.688Z||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 qF9VIPcfnBaVsHkr) ... 2022-10-22T07:17:21.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-22T07:17:21.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK